Html Css Color HEX #DB5DC4 Free Speech Magenta

📋 copy color: '#DB5DC4'

red 219 ◦ green 93 ◦ blue 196

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

Shades of Free Speech Magenta #DB5DC4

Tints of Free Speech Magenta #DB5DC4

RGB

 RED value IS 219 (85.94% from 255) = 43.11%

 GREEN value IS 93 (36.72% from 255) = 18.31%

 BLUE value IS 196 (76.95% from 255) = 38.58%

R = 43.11%
G = 18.31%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB5DC4 (or 0xDB5DC4) is known color: Free Speech Magenta. HEX triplet: DB, 5D and C4. RGB value is (219,93,196). Sum of RGB (Red+Green+Blue) = 219+93+196=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DC4 is #24A23B. Grayscale: #8E8E8E. Windows color (decimal): -2400828 or 12869083. OLE color: 12869083.

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

Color convert

RGB 219 93 196 -
CMYK 0 0.58 0.11 0.14
HSL 310.95º 0.64% 0.61% -
HSV(B) 310.95º 0.58% 0.86% -
XYZ 43.09 26.87 55.14 -
YUV 142.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 219 93 196 0 0.58 0.11 0.14 310.95 0.64 0.61
Hex DB 5D C4 0 3A B E 137 40 3D
Octal 333 135 304 0 72 13 16 467 100 75
Binary 11011011 1011101 11000100 0 111010 1011 1110 100110111 1000000 111101

Color Harmonies of #DB5DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DC4

Black with #DB5DC4

Text Example


Text Example

White with #DB5DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DC4; }

 p { color: rgb(219,93,196); }

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

background-color css

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

 a { background-color: rgb(219,93,196); }

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

border-color css

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

 span { border-color: rgb(219,93,196); }

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