Html Css Color HEX #D154CB Fuchsia

📋 copy color: '#D154CB'

red 209 ◦ green 84 ◦ blue 203

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

Shades of Fuchsia #D154CB

Tints of Fuchsia #D154CB

RGB

 RED value IS 209 (82.03% from 255) = 42.14%

 GREEN value IS 84 (33.2% from 255) = 16.94%

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 42.14%
G = 16.94%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D154CB (or 0xD154CB) is known color: Fuchsia. HEX triplet: D1, 54 and CB. RGB value is (209,84,203). Sum of RGB (Red+Green+Blue) = 209+84+203=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D154CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154CB is #2EAB34. Grayscale: #868686. Windows color (decimal): -3058485 or 13325521. OLE color: 13325521.

HSL color Cylindrical-coordinate representation of color #D154CB: hue angle of 302.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D154CB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 84 203 -
CMYK 0 0.60 0.03 0.18
HSL 302.88º 0.58% 0.57% -
HSV(B) 302.88º 0.6% 0.82% -
XYZ 40.24 24.21 59.05 -
YUV 134.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 209 84 203 0 0.60 0.03 0.18 302.88 0.58 0.57
Hex D1 54 CB 0 3C 3 12 12F 3A 39
Octal 321 124 313 0 74 3 22 457 72 71
Binary 11010001 1010100 11001011 0 111100 11 10010 100101111 111010 111001

Color Harmonies of #D154CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D154CB

Black with #D154CB

Text Example


Text Example

White with #D154CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D154CB; }

 p { color: rgb(209,84,203); }

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

background-color css

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

 a { background-color: rgb(209,84,203); }

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

border-color css

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

 span { border-color: rgb(209,84,203); }

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