Html Css Color HEX #D34ADB Free Speech Magenta

📋 copy color: '#D34ADB'

red 211 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #D34ADB

Tints of Free Speech Magenta #D34ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.68%

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

R = 41.87%
G = 14.68%
B = 43.45%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D34ADB (or 0xD34ADB) is known color: Free Speech Magenta. HEX triplet: D3, 4A and DB. RGB value is (211,74,219). Sum of RGB (Red+Green+Blue) = 211+74+219=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #D34ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ADB is #2CB524. Grayscale: #838383. Windows color (decimal): -2929957 or 14371539. OLE color: 14371539.

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

Color convert

RGB 211 74 219 -
CMYK 0.04 0.66 0 0.14
HSL 296.69º 0.67% 0.57% -
HSV(B) 296.69º 0.66% 0.86% -
XYZ 42.1 23.86 69.4 -
YUV 131.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 211 74 219 0.04 0.66 0 0.14 296.69 0.67 0.57
Hex D3 4A DB 4 42 0 E 129 43 39
Octal 323 112 333 4 102 0 16 451 103 71
Binary 11010011 1001010 11011011 100 1000010 0 1110 100101001 1000011 111001

Color Harmonies of #D34ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34ADB

Black with #D34ADB

Text Example


Text Example

White with #D34ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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