Html Css Color HEX #D650DB Free Speech Magenta

📋 copy color: '#D650DB'

red 214 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #D650DB

Tints of Free Speech Magenta #D650DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.59%

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

R = 41.72%
G = 15.59%
B = 42.69%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D650DB (or 0xD650DB) is known color: Free Speech Magenta. HEX triplet: D6, 50 and DB. RGB value is (214,80,219). Sum of RGB (Red+Green+Blue) = 214+80+219=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #D650DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650DB is #29AF24. Grayscale: #878787. Windows color (decimal): -2731813 or 14373078. OLE color: 14373078.

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

Color convert

RGB 214 80 219 -
CMYK 0.02 0.63 0 0.14
HSL 297.84º 0.66% 0.59% -
HSV(B) 297.84º 0.63% 0.86% -
XYZ 43.39 25.15 69.59 -
YUV 135.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 214 80 219 0.02 0.63 0 0.14 297.84 0.66 0.59
Hex D6 50 DB 2 3F 0 E 12A 42 3B
Octal 326 120 333 2 77 0 16 452 102 73
Binary 11010110 1010000 11011011 10 111111 0 1110 100101010 1000010 111011

Color Harmonies of #D650DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650DB

Black with #D650DB

Text Example


Text Example

White with #D650DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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