Html Css Color HEX #D255C0 Fuchsia

📋 copy color: '#D255C0'

red 210 ◦ green 85 ◦ blue 192

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

Shades of Fuchsia #D255C0

Tints of Fuchsia #D255C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 43.12%
G = 17.45%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D255C0 (or 0xD255C0) is known color: Fuchsia. HEX triplet: D2, 55 and C0. RGB value is (210,85,192). Sum of RGB (Red+Green+Blue) = 210+85+192=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D255C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255C0 is #2DAA3F. Grayscale: #868686. Windows color (decimal): -2992704 or 12604882. OLE color: 12604882.

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

Color convert

RGB 210 85 192 -
CMYK 0 0.60 0.09 0.18
HSL 308.64º 0.58% 0.58% -
HSV(B) 308.64º 0.6% 0.82% -
XYZ 39.34 24 52.43 -
YUV 134.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 210 85 192 0 0.60 0.09 0.18 308.64 0.58 0.58
Hex D2 55 C0 0 3C 9 12 135 3A 3A
Octal 322 125 300 0 74 11 22 465 72 72
Binary 11010010 1010101 11000000 0 111100 1001 10010 100110101 111010 111010

Color Harmonies of #D255C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255C0

Black with #D255C0

Text Example


Text Example

White with #D255C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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