Html Css Color HEX #D653DB Free Speech Magenta

📋 copy color: '#D653DB'

red 214 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #D653DB

Tints of Free Speech Magenta #D653DB

RGB

 RED value IS 214 (83.98% from 255) = 41.47%

 GREEN value IS 83 (32.81% from 255) = 16.09%

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

R = 41.47%
G = 16.09%
B = 42.44%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D653DB (or 0xD653DB) is known color: Free Speech Magenta. HEX triplet: D6, 53 and DB. RGB value is (214,83,219). Sum of RGB (Red+Green+Blue) = 214+83+219=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #D653DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653DB is #29AC24. Grayscale: #898989. Windows color (decimal): -2731045 or 14373846. OLE color: 14373846.

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

Color convert

RGB 214 83 219 -
CMYK 0.02 0.62 0 0.14
HSL 297.79º 0.65% 0.59% -
HSV(B) 297.79º 0.62% 0.86% -
XYZ 43.61 25.6 69.66 -
YUV 137.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 214 83 219 0.02 0.62 0 0.14 297.79 0.65 0.59
Hex D6 53 DB 2 3E 0 E 12A 41 3B
Octal 326 123 333 2 76 0 16 452 101 73
Binary 11010110 1010011 11011011 10 111110 0 1110 100101010 1000001 111011

Color Harmonies of #D653DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653DB

Black with #D653DB

Text Example


Text Example

White with #D653DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653DB; }

 p { color: rgb(214,83,219); }

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

background-color css

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

 a { background-color: rgb(214,83,219); }

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

border-color css

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

 span { border-color: rgb(214,83,219); }

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