Html Css Color HEX #D94CC2 Fuchsia

📋 copy color: '#D94CC2'

red 217 ◦ green 76 ◦ blue 194

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

Shades of Fuchsia #D94CC2

Tints of Fuchsia #D94CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 44.56%
G = 15.61%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D94CC2 (or 0xD94CC2) is known color: Fuchsia. HEX triplet: D9, 4C and C2. RGB value is (217,76,194). Sum of RGB (Red+Green+Blue) = 217+76+194=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CC2 is #26B33D. Grayscale: #838383. Windows color (decimal): -2536254 or 12733657. OLE color: 12733657.

HSL color Cylindrical-coordinate representation of color #D94CC2: hue angle of 309.79º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CC2 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 194 -
CMYK 0 0.65 0.11 0.15
HSL 309.79º 0.65% 0.57% -
HSV(B) 309.79º 0.65% 0.85% -
XYZ 40.94 23.82 53.48 -
YUV 131.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 217 76 194 0 0.65 0.11 0.15 309.79 0.65 0.57
Hex D9 4C C2 0 41 B F 136 41 39
Octal 331 114 302 0 101 13 17 466 101 71
Binary 11011001 1001100 11000010 0 1000001 1011 1111 100110110 1000001 111001

Color Harmonies of #D94CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CC2

Black with #D94CC2

Text Example


Text Example

White with #D94CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CC2; }

 p { color: rgb(217,76,194); }

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

background-color css

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

 a { background-color: rgb(217,76,194); }

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

border-color css

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

 span { border-color: rgb(217,76,194); }

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