Html Css Color HEX #D255CB Fuchsia

📋 copy color: '#D255CB'

red 210 ◦ green 85 ◦ blue 203

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

Shades of Fuchsia #D255CB

Tints of Fuchsia #D255CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.07%

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

R = 42.17%
G = 17.07%
B = 40.76%

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

#D255CB (or 0xD255CB) is known color: Fuchsia. HEX triplet: D2, 55 and CB. RGB value is (210,85,203). Sum of RGB (Red+Green+Blue) = 210+85+203=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D255CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255CB is #2DAA34. Grayscale: #878787. Windows color (decimal): -2992693 or 13325778. OLE color: 13325778.

HSL color Cylindrical-coordinate representation of color #D255CB: hue angle of 303.36º 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 #D255CB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 85 203 -
CMYK 0 0.60 0.03 0.18
HSL 303.36º 0.58% 0.58% -
HSV(B) 303.36º 0.6% 0.82% -
XYZ 40.61 24.51 59.09 -
YUV 135.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 210 85 203 0 0.60 0.03 0.18 303.36 0.58 0.58
Hex D2 55 CB 0 3C 3 12 12F 3A 3A
Octal 322 125 313 0 74 3 22 457 72 72
Binary 11010010 1010101 11001011 0 111100 11 10010 100101111 111010 111010

Color Harmonies of #D255CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255CB

Black with #D255CB

Text Example


Text Example

White with #D255CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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