Html Css Color HEX #D631DB Free Speech Magenta

📋 copy color: '#D631DB'

red 214 ◦ green 49 ◦ blue 219

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

Shades of Free Speech Magenta #D631DB

Tints of Free Speech Magenta #D631DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.17%

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

R = 44.4%
G = 10.17%
B = 45.44%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D631DB (or 0xD631DB) is known color: Free Speech Magenta. HEX triplet: D6, 31 and DB. RGB value is (214,49,219). Sum of RGB (Red+Green+Blue) = 214+49+219=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #D631DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631DB is #29CE24. Grayscale: #757575. Windows color (decimal): -2739749 or 14365142. OLE color: 14365142.

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

Color convert

RGB 214 49 219 -
CMYK 0.02 0.78 0 0.14
HSL 298.24º 0.7% 0.53% -
HSV(B) 298.24º 0.78% 0.86% -
XYZ 41.62 21.61 69 -
YUV 117.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 214 49 219 0.02 0.78 0 0.14 298.24 0.7 0.53
Hex D6 31 DB 2 4E 0 E 12A 46 35
Octal 326 61 333 2 116 0 16 452 106 65
Binary 11010110 110001 11011011 10 1001110 0 1110 100101010 1000110 110101

Color Harmonies of #D631DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631DB

Black with #D631DB

Text Example


Text Example

White with #D631DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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