Html Css Color HEX #D24ADB Free Speech Magenta

📋 copy color: '#D24ADB'

red 210 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #D24ADB

Tints of Free Speech Magenta #D24ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.71%

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

R = 41.75%
G = 14.71%
B = 43.54%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D24ADB (or 0xD24ADB) is known color: Free Speech Magenta. HEX triplet: D2, 4A and DB. RGB value is (210,74,219). Sum of RGB (Red+Green+Blue) = 210+74+219=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #D24ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ADB is #2DB524. Grayscale: #828282. Windows color (decimal): -2995493 or 14371538. OLE color: 14371538.

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

Color convert

RGB 210 74 219 -
CMYK 0.04 0.66 0 0.14
HSL 296.28º 0.67% 0.57% -
HSV(B) 296.28º 0.66% 0.86% -
XYZ 41.81 23.71 69.39 -
YUV 131.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 210 74 219 0.04 0.66 0 0.14 296.28 0.67 0.57
Hex D2 4A DB 4 42 0 E 128 43 39
Octal 322 112 333 4 102 0 16 450 103 71
Binary 11010010 1001010 11011011 100 1000010 0 1110 100101000 1000011 111001

Color Harmonies of #D24ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24ADB

Black with #D24ADB

Text Example


Text Example

White with #D24ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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