Html Css Color HEX #D35ADB Free Speech Magenta

📋 copy color: '#D35ADB'

red 211 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #D35ADB

Tints of Free Speech Magenta #D35ADB

RGB

 RED value IS 211 (82.81% from 255) = 40.58%

 GREEN value IS 90 (35.55% from 255) = 17.31%

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

R = 40.58%
G = 17.31%
B = 42.12%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D35ADB (or 0xD35ADB) is known color: Free Speech Magenta. HEX triplet: D3, 5A and DB. RGB value is (211,90,219). Sum of RGB (Red+Green+Blue) = 211+90+219=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #D35ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ADB is #2CA524. Grayscale: #8C8C8C. Windows color (decimal): -2925861 or 14375635. OLE color: 14375635.

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

Color convert

RGB 211 90 219 -
CMYK 0.04 0.59 0 0.14
HSL 296.28º 0.64% 0.61% -
HSV(B) 296.28º 0.59% 0.86% -
XYZ 43.31 26.28 69.81 -
YUV 140.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 211 90 219 0.04 0.59 0 0.14 296.28 0.64 0.61
Hex D3 5A DB 4 3B 0 E 128 40 3D
Octal 323 132 333 4 73 0 16 450 100 75
Binary 11010011 1011010 11011011 100 111011 0 1110 100101000 1000000 111101

Color Harmonies of #D35ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35ADB

Black with #D35ADB

Text Example


Text Example

White with #D35ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35ADB; }

 p { color: rgb(211,90,219); }

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

background-color css

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

 a { background-color: rgb(211,90,219); }

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

border-color css

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

 span { border-color: rgb(211,90,219); }

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