Html Css Color HEX #D835DB Free Speech Magenta

📋 copy color: '#D835DB'

red 216 ◦ green 53 ◦ blue 219

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

Shades of Free Speech Magenta #D835DB

Tints of Free Speech Magenta #D835DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.86%

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

R = 44.26%
G = 10.86%
B = 44.88%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D835DB (or 0xD835DB) is known color: Free Speech Magenta. HEX triplet: D8, 35 and DB. RGB value is (216,53,219). Sum of RGB (Red+Green+Blue) = 216+53+219=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #D835DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835DB is #27CA24. Grayscale: #787878. Windows color (decimal): -2607653 or 14366168. OLE color: 14366168.

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

Color convert

RGB 216 53 219 -
CMYK 0.01 0.76 0 0.14
HSL 298.92º 0.7% 0.53% -
HSV(B) 298.92º 0.76% 0.86% -
XYZ 42.38 22.26 69.08 -
YUV 120.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 216 53 219 0.01 0.76 0 0.14 298.92 0.7 0.53
Hex D8 35 DB 1 4C 0 E 12B 46 35
Octal 330 65 333 1 114 0 16 453 106 65
Binary 11011000 110101 11011011 1 1001100 0 1110 100101011 1000110 110101

Color Harmonies of #D835DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835DB

Black with #D835DB

Text Example


Text Example

White with #D835DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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