Html Css Color HEX #D255DB Free Speech Magenta

📋 copy color: '#D255DB'

red 210 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #D255DB

Tints of Free Speech Magenta #D255DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 40.86%
G = 16.54%
B = 42.61%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D255DB (or 0xD255DB) is known color: Free Speech Magenta. HEX triplet: D2, 55 and DB. RGB value is (210,85,219). Sum of RGB (Red+Green+Blue) = 210+85+219=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #D255DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255DB is #2DAA24. Grayscale: #898989. Windows color (decimal): -2992677 or 14374354. OLE color: 14374354.

HSL color Cylindrical-coordinate representation of color #D255DB: hue angle of 295.97º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D255DB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 85 219 -
CMYK 0.04 0.61 0 0.14
HSL 295.97º 0.65% 0.6% -
HSV(B) 295.97º 0.61% 0.86% -
XYZ 42.61 25.31 69.66 -
YUV 137.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 210 85 219 0.04 0.61 0 0.14 295.97 0.65 0.6
Hex D2 55 DB 4 3D 0 E 128 41 3C
Octal 322 125 333 4 75 0 16 450 101 74
Binary 11010010 1010101 11011011 100 111101 0 1110 100101000 1000001 111100

Color Harmonies of #D255DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255DB

Black with #D255DB

Text Example


Text Example

White with #D255DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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