Html Css Color HEX #D255C7 Fuchsia

📋 copy color: '#D255C7'

red 210 ◦ green 85 ◦ blue 199

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

Shades of Fuchsia #D255C7

Tints of Fuchsia #D255C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.28%

R = 42.51%
G = 17.21%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D255C7 (or 0xD255C7) is known color: Fuchsia. HEX triplet: D2, 55 and C7. RGB value is (210,85,199). Sum of RGB (Red+Green+Blue) = 210+85+199=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D255C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255C7 is #2DAA38. Grayscale: #878787. Windows color (decimal): -2992697 or 13063634. OLE color: 13063634.

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

Color convert

RGB 210 85 199 -
CMYK 0 0.60 0.05 0.18
HSL 305.28º 0.58% 0.58% -
HSV(B) 305.28º 0.6% 0.82% -
XYZ 40.14 24.32 56.61 -
YUV 135.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 210 85 199 0 0.60 0.05 0.18 305.28 0.58 0.58
Hex D2 55 C7 0 3C 5 12 131 3A 3A
Octal 322 125 307 0 74 5 22 461 72 72
Binary 11010010 1010101 11000111 0 111100 101 10010 100110001 111010 111010

Color Harmonies of #D255C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255C7

Black with #D255C7

Text Example


Text Example

White with #D255C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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