Html Css Color HEX #D835D0 Free Speech Magenta

📋 copy color: '#D835D0'

red 216 ◦ green 53 ◦ blue 208

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

Shades of Free Speech Magenta #D835D0

Tints of Free Speech Magenta #D835D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 45.28%
G = 11.11%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D835D0 (or 0xD835D0) is known color: Free Speech Magenta. HEX triplet: D8, 35 and D0. RGB value is (216,53,208). Sum of RGB (Red+Green+Blue) = 216+53+208=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D835D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835D0 is #27CA2F. Grayscale: #767676. Windows color (decimal): -2607664 or 13645272. OLE color: 13645272.

HSL color Cylindrical-coordinate representation of color #D835D0: hue angle of 302.94º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D835D0 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 208 -
CMYK 0 0.75 0.04 0.15
HSL 302.94º 0.68% 0.53% -
HSV(B) 302.94º 0.75% 0.85% -
XYZ 40.98 21.7 61.7 -
YUV 119.41 178 196.9 -
System Red Green Blue C M Y K H S L
Decimal 216 53 208 0 0.75 0.04 0.15 302.94 0.68 0.53
Hex D8 35 D0 0 4B 4 F 12F 44 35
Octal 330 65 320 0 113 4 17 457 104 65
Binary 11011000 110101 11010000 0 1001011 100 1111 100101111 1000100 110101

Color Harmonies of #D835D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835D0

Black with #D835D0

Text Example


Text Example

White with #D835D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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