Html Css Color HEX #D938C6 Fuchsia

📋 copy color: '#D938C6'

red 217 ◦ green 56 ◦ blue 198

#D938C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D938C6

Tints of Fuchsia #D938C6

RGB

 RED value IS 217 (85.16% from 255) = 46.07%

 GREEN value IS 56 (22.27% from 255) = 11.89%

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 46.07%
G = 11.89%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D938C6 (or 0xD938C6) is known color: Fuchsia. HEX triplet: D9, 38 and C6. RGB value is (217,56,198). Sum of RGB (Red+Green+Blue) = 217+56+198=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D938C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938C6 is #26C739. Grayscale: #777777. Windows color (decimal): -2541370 or 12990681. OLE color: 12990681.

HSL color Cylindrical-coordinate representation of color #D938C6: hue angle of 307.08º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D938C6 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 198 -
CMYK 0 0.74 0.09 0.15
HSL 307.08º 0.68% 0.54% -
HSV(B) 307.08º 0.74% 0.85% -
XYZ 40.22 21.66 55.49 -
YUV 120.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 217 56 198 0 0.74 0.09 0.15 307.08 0.68 0.54
Hex D9 38 C6 0 4A 9 F 133 44 36
Octal 331 70 306 0 112 11 17 463 104 66
Binary 11011001 111000 11000110 0 1001010 1001 1111 100110011 1000100 110110

Color Harmonies of #D938C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D938C6

Black with #D938C6

Text Example


Text Example

White with #D938C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D938C6; }

 p { color: rgb(217,56,198); }

 H1.HeaderClassName
 {
   color: #D938C6;
 }
 .AnyTagClassName
 {
   color: #D938C6;
 }
</style>

background-color css

<style>
 a { background-color: #D938C6; }

 a { background-color: rgb(217,56,198); }

 div.DivClassName
 {
   background-color: #D938C6;
 }
 .BgClassName
 {
   background-color: #D938C6;
 }
</style>

border-color css

<style>
 span { border-color: #D938C6; }

 span { border-color: rgb(217,56,198); }

 td.TdClassName
 {
   border-color: #D938C6;
 }
 .TagClassName
 {
   border-color: #D938C6;
 }
</style>