Html Css Color HEX #D255CD Fuchsia

📋 copy color: '#D255CD'

red 210 ◦ green 85 ◦ blue 205

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

Shades of Fuchsia #D255CD

Tints of Fuchsia #D255CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 42%
G = 17%
B = 41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D255CD (or 0xD255CD) is known color: Fuchsia. HEX triplet: D2, 55 and CD. RGB value is (210,85,205). Sum of RGB (Red+Green+Blue) = 210+85+205=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D255CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255CD is #2DAA32. Grayscale: #878787. Windows color (decimal): -2992691 or 13456850. OLE color: 13456850.

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

Color convert

RGB 210 85 205 -
CMYK 0 0.60 0.02 0.18
HSL 302.4º 0.58% 0.58% -
HSV(B) 302.4º 0.6% 0.82% -
XYZ 40.85 24.61 60.35 -
YUV 136.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 210 85 205 0 0.60 0.02 0.18 302.4 0.58 0.58
Hex D2 55 CD 0 3C 2 12 12E 3A 3A
Octal 322 125 315 0 74 2 22 456 72 72
Binary 11010010 1010101 11001101 0 111100 10 10010 100101110 111010 111010

Color Harmonies of #D255CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255CD

Black with #D255CD

Text Example


Text Example

White with #D255CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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