Html Css Color HEX #D255CC Fuchsia

📋 copy color: '#D255CC'

red 210 ◦ green 85 ◦ blue 204

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

Shades of Fuchsia #D255CC

Tints of Fuchsia #D255CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 42.08%
G = 17.03%
B = 40.88%

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

#D255CC (or 0xD255CC) is known color: Fuchsia. HEX triplet: D2, 55 and CC. RGB value is (210,85,204). Sum of RGB (Red+Green+Blue) = 210+85+204=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D255CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255CC is #2DAA33. Grayscale: #878787. Windows color (decimal): -2992692 or 13391314. OLE color: 13391314.

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

Color convert

RGB 210 85 204 -
CMYK 0 0.60 0.03 0.18
HSL 302.88º 0.58% 0.58% -
HSV(B) 302.88º 0.6% 0.82% -
XYZ 40.73 24.56 59.72 -
YUV 135.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 210 85 204 0 0.60 0.03 0.18 302.88 0.58 0.58
Hex D2 55 CC 0 3C 3 12 12F 3A 3A
Octal 322 125 314 0 74 3 22 457 72 72
Binary 11010010 1010101 11001100 0 111100 11 10010 100101111 111010 111010

Color Harmonies of #D255CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255CC

Black with #D255CC

Text Example


Text Example

White with #D255CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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