Html Css Color HEX #D830DB Free Speech Magenta

📋 copy color: '#D830DB'

red 216 ◦ green 48 ◦ blue 219

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

Shades of Free Speech Magenta #D830DB

Tints of Free Speech Magenta #D830DB

RGB

 RED value IS 216 (84.77% from 255) = 44.72%

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

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

R = 44.72%
G = 9.94%
B = 45.34%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D830DB (or 0xD830DB) is known color: Free Speech Magenta. HEX triplet: D8, 30 and DB. RGB value is (216,48,219). Sum of RGB (Red+Green+Blue) = 216+48+219=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #D830DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830DB is #27CF24. Grayscale: #757575. Windows color (decimal): -2608933 or 14364888. OLE color: 14364888.

HSL color Cylindrical-coordinate representation of color #D830DB: hue angle of 298.95º 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 #D830DB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 48 219 -
CMYK 0.01 0.78 0 0.14
HSL 298.95º 0.7% 0.52% -
HSV(B) 298.95º 0.78% 0.86% -
XYZ 42.16 21.83 69.01 -
YUV 117.73 185.16 198.1 -
System Red Green Blue C M Y K H S L
Decimal 216 48 219 0.01 0.78 0 0.14 298.95 0.7 0.52
Hex D8 30 DB 1 4E 0 E 12B 46 34
Octal 330 60 333 1 116 0 16 453 106 64
Binary 11011000 110000 11011011 1 1001110 0 1110 100101011 1000110 110100

Color Harmonies of #D830DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830DB

Black with #D830DB

Text Example


Text Example

White with #D830DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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