Html Css Color HEX #D255BB Fuchsia

📋 copy color: '#D255BB'

red 210 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #D255BB

Tints of Fuchsia #D255BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 43.57%
G = 17.63%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D255BB (or 0xD255BB) is known color: Fuchsia. HEX triplet: D2, 55 and BB. RGB value is (210,85,187). Sum of RGB (Red+Green+Blue) = 210+85+187=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D255BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255BB is #2DAA44. Grayscale: #858585. Windows color (decimal): -2992709 or 12277202. OLE color: 12277202.

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

Color convert

RGB 210 85 187 -
CMYK 0 0.60 0.11 0.18
HSL 311.04º 0.58% 0.58% -
HSV(B) 311.04º 0.6% 0.82% -
XYZ 38.8 23.79 49.56 -
YUV 134 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 210 85 187 0 0.60 0.11 0.18 311.04 0.58 0.58
Hex D2 55 BB 0 3C B 12 137 3A 3A
Octal 322 125 273 0 74 13 22 467 72 72
Binary 11010010 1010101 10111011 0 111100 1011 10010 100110111 111010 111010

Color Harmonies of #D255BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255BB

Black with #D255BB

Text Example


Text Example

White with #D255BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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