Html Css Color HEX #D639DB Free Speech Magenta

📋 copy color: '#D639DB'

red 214 ◦ green 57 ◦ blue 219

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

Shades of Free Speech Magenta #D639DB

Tints of Free Speech Magenta #D639DB

RGB

 RED value IS 214 (83.98% from 255) = 43.67%

 GREEN value IS 57 (22.66% from 255) = 11.63%

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

R = 43.67%
G = 11.63%
B = 44.69%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D639DB (or 0xD639DB) is known color: Free Speech Magenta. HEX triplet: D6, 39 and DB. RGB value is (214,57,219). Sum of RGB (Red+Green+Blue) = 214+57+219=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D639DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639DB is #29C624. Grayscale: #797979. Windows color (decimal): -2737701 or 14367190. OLE color: 14367190.

HSL color Cylindrical-coordinate representation of color #D639DB: hue angle of 298.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D639DB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 57 219 -
CMYK 0.02 0.74 0 0.14
HSL 298.15º 0.69% 0.54% -
HSV(B) 298.15º 0.74% 0.86% -
XYZ 41.98 22.34 69.12 -
YUV 122.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 214 57 219 0.02 0.74 0 0.14 298.15 0.69 0.54
Hex D6 39 DB 2 4A 0 E 12A 45 36
Octal 326 71 333 2 112 0 16 452 105 66
Binary 11010110 111001 11011011 10 1001010 0 1110 100101010 1000101 110110

Color Harmonies of #D639DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D639DB

Black with #D639DB

Text Example


Text Example

White with #D639DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D639DB; }

 p { color: rgb(214,57,219); }

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

background-color css

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

 a { background-color: rgb(214,57,219); }

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

border-color css

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

 span { border-color: rgb(214,57,219); }

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