Html Css Color HEX #D430DB Free Speech Magenta

📋 copy color: '#D430DB'

red 212 ◦ green 48 ◦ blue 219

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

Shades of Free Speech Magenta #D430DB

Tints of Free Speech Magenta #D430DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.02%

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

R = 44.26%
G = 10.02%
B = 45.72%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D430DB (or 0xD430DB) is known color: Free Speech Magenta. HEX triplet: D4, 30 and DB. RGB value is (212,48,219). Sum of RGB (Red+Green+Blue) = 212+48+219=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #D430DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430DB is #2BCF24. Grayscale: #747474. Windows color (decimal): -2871077 or 14364884. OLE color: 14364884.

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

Color convert

RGB 212 48 219 -
CMYK 0.03 0.78 0 0.14
HSL 297.54º 0.7% 0.52% -
HSV(B) 297.54º 0.78% 0.86% -
XYZ 40.99 21.23 68.95 -
YUV 116.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 212 48 219 0.03 0.78 0 0.14 297.54 0.7 0.52
Hex D4 30 DB 3 4E 0 E 12A 46 34
Octal 324 60 333 3 116 0 16 452 106 64
Binary 11010100 110000 11011011 11 1001110 0 1110 100101010 1000110 110100

Color Harmonies of #D430DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430DB

Black with #D430DB

Text Example


Text Example

White with #D430DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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