Html Css Color HEX #D255B9 Fuchsia

📋 copy color: '#D255B9'

red 210 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #D255B9

Tints of Fuchsia #D255B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 43.75%
G = 17.71%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D255B9 (or 0xD255B9) is known color: Fuchsia. HEX triplet: D2, 55 and B9. RGB value is (210,85,185). Sum of RGB (Red+Green+Blue) = 210+85+185=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D255B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255B9 is #2DAA46. Grayscale: #858585. Windows color (decimal): -2992711 or 12146130. OLE color: 12146130.

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

Color convert

RGB 210 85 185 -
CMYK 0 0.60 0.12 0.18
HSL 312º 0.58% 0.58% -
HSV(B) 312º 0.6% 0.82% -
XYZ 38.58 23.7 48.44 -
YUV 133.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 210 85 185 0 0.60 0.12 0.18 312 0.58 0.58
Hex D2 55 B9 0 3C C 12 138 3A 3A
Octal 322 125 271 0 74 14 22 470 72 72
Binary 11010010 1010101 10111001 0 111100 1100 10010 100111000 111010 111010

Color Harmonies of #D255B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255B9

Black with #D255B9

Text Example


Text Example

White with #D255B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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