Html Css Color HEX #DB5FC4 Free Speech Magenta

📋 copy color: '#DB5FC4'

red 219 ◦ green 95 ◦ blue 196

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

Shades of Free Speech Magenta #DB5FC4

Tints of Free Speech Magenta #DB5FC4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.63%

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

R = 42.94%
G = 18.63%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB5FC4 (or 0xDB5FC4) is known color: Free Speech Magenta. HEX triplet: DB, 5F and C4. RGB value is (219,95,196). Sum of RGB (Red+Green+Blue) = 219+95+196=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FC4 is #24A03B. Grayscale: #8F8F8F. Windows color (decimal): -2400316 or 12869595. OLE color: 12869595.

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

Color convert

RGB 219 95 196 -
CMYK 0 0.57 0.11 0.14
HSL 311.13º 0.63% 0.62% -
HSV(B) 311.13º 0.57% 0.86% -
XYZ 43.27 27.23 55.2 -
YUV 143.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 219 95 196 0 0.57 0.11 0.14 311.13 0.63 0.62
Hex DB 5F C4 0 39 B E 137 3F 3E
Octal 333 137 304 0 71 13 16 467 77 76
Binary 11011011 1011111 11000100 0 111001 1011 1110 100110111 111111 111110

Color Harmonies of #DB5FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FC4

Black with #DB5FC4

Text Example


Text Example

White with #DB5FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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