Html Css Color HEX #D253DB Free Speech Magenta

📋 copy color: '#D253DB'

red 210 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #D253DB

Tints of Free Speech Magenta #D253DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

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

R = 41.02%
G = 16.21%
B = 42.77%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D253DB (or 0xD253DB) is known color: Free Speech Magenta. HEX triplet: D2, 53 and DB. RGB value is (210,83,219). Sum of RGB (Red+Green+Blue) = 210+83+219=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D253DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253DB is #2DAC24. Grayscale: #888888. Windows color (decimal): -2993189 or 14373842. OLE color: 14373842.

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

Color convert

RGB 210 83 219 -
CMYK 0.04 0.62 0 0.14
HSL 296.03º 0.65% 0.59% -
HSV(B) 296.03º 0.62% 0.86% -
XYZ 42.46 25 69.61 -
YUV 136.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 210 83 219 0.04 0.62 0 0.14 296.03 0.65 0.59
Hex D2 53 DB 4 3E 0 E 128 41 3B
Octal 322 123 333 4 76 0 16 450 101 73
Binary 11010010 1010011 11011011 100 111110 0 1110 100101000 1000001 111011

Color Harmonies of #D253DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253DB

Black with #D253DB

Text Example


Text Example

White with #D253DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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