Html Css Color HEX #DB5FCC Free Speech Magenta

📋 copy color: '#DB5FCC'

red 219 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Magenta #DB5FCC

Tints of Free Speech Magenta #DB5FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 42.28%
G = 18.34%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB5FCC (or 0xDB5FCC) is known color: Free Speech Magenta. HEX triplet: DB, 5F and CC. RGB value is (219,95,204). Sum of RGB (Red+Green+Blue) = 219+95+204=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FCC is #24A033. Grayscale: #909090. Windows color (decimal): -2400308 or 13393883. OLE color: 13393883.

HSL color Cylindrical-coordinate representation of color #DB5FCC: hue angle of 307.26º 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 #DB5FCC is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 95 204 -
CMYK 0 0.57 0.07 0.14
HSL 307.26º 0.63% 0.62% -
HSV(B) 307.26º 0.57% 0.86% -
XYZ 44.2 27.6 60.13 -
YUV 144.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 219 95 204 0 0.57 0.07 0.14 307.26 0.63 0.62
Hex DB 5F CC 0 39 7 E 133 3F 3E
Octal 333 137 314 0 71 7 16 463 77 76
Binary 11011011 1011111 11001100 0 111001 111 1110 100110011 111111 111110

Color Harmonies of #DB5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FCC

Black with #DB5FCC

Text Example


Text Example

White with #DB5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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