Html Css Color HEX #D255B7 Fuchsia

📋 copy color: '#D255B7'

red 210 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #D255B7

Tints of Fuchsia #D255B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.28%

R = 43.93%
G = 17.78%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D255B7 (or 0xD255B7) is known color: Fuchsia. HEX triplet: D2, 55 and B7. RGB value is (210,85,183). Sum of RGB (Red+Green+Blue) = 210+85+183=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D255B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255B7 is #2DAA48. Grayscale: #858585. Windows color (decimal): -2992713 or 12015058. OLE color: 12015058.

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

Color convert

RGB 210 85 183 -
CMYK 0 0.60 0.13 0.18
HSL 312.96º 0.58% 0.58% -
HSV(B) 312.96º 0.6% 0.82% -
XYZ 38.37 23.62 47.34 -
YUV 133.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 210 85 183 0 0.60 0.13 0.18 312.96 0.58 0.58
Hex D2 55 B7 0 3C D 12 139 3A 3A
Octal 322 125 267 0 74 15 22 471 72 72
Binary 11010010 1010101 10110111 0 111100 1101 10010 100111001 111010 111010

Color Harmonies of #D255B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255B7

Black with #D255B7

Text Example


Text Example

White with #D255B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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