Html Css Color HEX #D94CB9 Fuchsia

📋 copy color: '#D94CB9'

red 217 ◦ green 76 ◦ blue 185

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

Shades of Fuchsia #D94CB9

Tints of Fuchsia #D94CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 45.4%
G = 15.9%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D94CB9 (or 0xD94CB9) is known color: Fuchsia. HEX triplet: D9, 4C and B9. RGB value is (217,76,185). Sum of RGB (Red+Green+Blue) = 217+76+185=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CB9 is #26B346. Grayscale: #828282. Windows color (decimal): -2536263 or 12143833. OLE color: 12143833.

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

Color convert

RGB 217 76 185 -
CMYK 0 0.65 0.15 0.15
HSL 313.62º 0.65% 0.57% -
HSV(B) 313.62º 0.65% 0.85% -
XYZ 39.96 23.42 48.31 -
YUV 130.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 217 76 185 0 0.65 0.15 0.15 313.62 0.65 0.57
Hex D9 4C B9 0 41 F F 13A 41 39
Octal 331 114 271 0 101 17 17 472 101 71
Binary 11011001 1001100 10111001 0 1000001 1111 1111 100111010 1000001 111001

Color Harmonies of #D94CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CB9

Black with #D94CB9

Text Example


Text Example

White with #D94CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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