Html Css Color HEX #D94CC0 Fuchsia

📋 copy color: '#D94CC0'

red 217 ◦ green 76 ◦ blue 192

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

Shades of Fuchsia #D94CC0

Tints of Fuchsia #D94CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 44.74%
G = 15.67%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D94CC0 (or 0xD94CC0) is known color: Fuchsia. HEX triplet: D9, 4C and C0. RGB value is (217,76,192). Sum of RGB (Red+Green+Blue) = 217+76+192=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CC0 is #26B33F. Grayscale: #838383. Windows color (decimal): -2536256 or 12602585. OLE color: 12602585.

HSL color Cylindrical-coordinate representation of color #D94CC0: hue angle of 310.64º 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 #D94CC0 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 192 -
CMYK 0 0.65 0.12 0.15
HSL 310.64º 0.65% 0.57% -
HSV(B) 310.64º 0.65% 0.85% -
XYZ 40.71 23.73 52.3 -
YUV 131.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 217 76 192 0 0.65 0.12 0.15 310.64 0.65 0.57
Hex D9 4C C0 0 41 C F 137 41 39
Octal 331 114 300 0 101 14 17 467 101 71
Binary 11011001 1001100 11000000 0 1000001 1100 1111 100110111 1000001 111001

Color Harmonies of #D94CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CC0

Black with #D94CC0

Text Example


Text Example

White with #D94CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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