Html Css Color HEX #D254CB Fuchsia

📋 copy color: '#D254CB'

red 210 ◦ green 84 ◦ blue 203

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

Shades of Fuchsia #D254CB

Tints of Fuchsia #D254CB

RGB

 RED value IS 210 (82.42% from 255) = 42.25%

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

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

R = 42.25%
G = 16.9%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D254CB (or 0xD254CB) is known color: Fuchsia. HEX triplet: D2, 54 and CB. RGB value is (210,84,203). Sum of RGB (Red+Green+Blue) = 210+84+203=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D254CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254CB is #2DAB34. Grayscale: #868686. Windows color (decimal): -2992949 or 13325522. OLE color: 13325522.

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

Color convert

RGB 210 84 203 -
CMYK 0 0.6 0.03 0.18
HSL 303.33º 0.58% 0.58% -
HSV(B) 303.33º 0.6% 0.82% -
XYZ 40.53 24.35 59.06 -
YUV 135.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 210 84 203 0 0.6 0.03 0.18 303.33 0.58 0.58
Hex D2 54 CB 0 3C 3 12 12F 3A 3A
Octal 322 124 313 0 74 3 22 457 72 72
Binary 11010010 1010100 11001011 0 111100 11 10010 100101111 111010 111010

Color Harmonies of #D254CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254CB

Black with #D254CB

Text Example


Text Example

White with #D254CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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