Html Css Color HEX #D450DB Free Speech Magenta

📋 copy color: '#D450DB'

red 212 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #D450DB

Tints of Free Speech Magenta #D450DB

RGB

 RED value IS 212 (83.2% from 255) = 41.49%

 GREEN value IS 80 (31.64% from 255) = 15.66%

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

R = 41.49%
G = 15.66%
B = 42.86%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D450DB (or 0xD450DB) is known color: Free Speech Magenta. HEX triplet: D4, 50 and DB. RGB value is (212,80,219). Sum of RGB (Red+Green+Blue) = 212+80+219=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #D450DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450DB is #2BAF24. Grayscale: #868686. Windows color (decimal): -2862885 or 14373076. OLE color: 14373076.

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

Color convert

RGB 212 80 219 -
CMYK 0.03 0.63 0 0.14
HSL 296.98º 0.66% 0.59% -
HSV(B) 296.98º 0.63% 0.86% -
XYZ 42.81 24.85 69.56 -
YUV 135.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 212 80 219 0.03 0.63 0 0.14 296.98 0.66 0.59
Hex D4 50 DB 3 3F 0 E 129 42 3B
Octal 324 120 333 3 77 0 16 451 102 73
Binary 11010100 1010000 11011011 11 111111 0 1110 100101001 1000010 111011

Color Harmonies of #D450DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D450DB

Black with #D450DB

Text Example


Text Example

White with #D450DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D450DB; }

 p { color: rgb(212,80,219); }

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

background-color css

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

 a { background-color: rgb(212,80,219); }

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

border-color css

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

 span { border-color: rgb(212,80,219); }

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