Html Css Color HEX #DB61CC Free Speech Magenta

📋 copy color: '#DB61CC'

red 219 ◦ green 97 ◦ blue 204

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

Shades of Free Speech Magenta #DB61CC

Tints of Free Speech Magenta #DB61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.65%

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

R = 42.12%
G = 18.65%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB61CC (or 0xDB61CC) is known color: Free Speech Magenta. HEX triplet: DB, 61 and CC. RGB value is (219,97,204). Sum of RGB (Red+Green+Blue) = 219+97+204=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61CC is #249E33. Grayscale: #919191. Windows color (decimal): -2399796 or 13394395. OLE color: 13394395.

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

Color convert

RGB 219 97 204 -
CMYK 0 0.56 0.07 0.14
HSL 307.38º 0.63% 0.62% -
HSV(B) 307.38º 0.56% 0.86% -
XYZ 44.39 27.97 60.19 -
YUV 145.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 219 97 204 0 0.56 0.07 0.14 307.38 0.63 0.62
Hex DB 61 CC 0 38 7 E 133 3F 3E
Octal 333 141 314 0 70 7 16 463 77 76
Binary 11011011 1100001 11001100 0 111000 111 1110 100110011 111111 111110

Color Harmonies of #DB61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61CC

Black with #DB61CC

Text Example


Text Example

White with #DB61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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