Html Css Color HEX #DB61CB Free Speech Magenta

📋 copy color: '#DB61CB'

red 219 ◦ green 97 ◦ blue 203

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

Shades of Free Speech Magenta #DB61CB

Tints of Free Speech Magenta #DB61CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 42.2%
G = 18.69%
B = 39.11%

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

#DB61CB (or 0xDB61CB) is known color: Free Speech Magenta. HEX triplet: DB, 61 and CB. RGB value is (219,97,203). Sum of RGB (Red+Green+Blue) = 219+97+203=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61CB is #249E34. Grayscale: #919191. Windows color (decimal): -2399797 or 13328859. OLE color: 13328859.

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

Color convert

RGB 219 97 203 -
CMYK 0 0.56 0.07 0.14
HSL 307.87º 0.63% 0.62% -
HSV(B) 307.87º 0.56% 0.86% -
XYZ 44.27 27.92 59.56 -
YUV 145.56 160.42 180.38 -
System Red Green Blue C M Y K H S L
Decimal 219 97 203 0 0.56 0.07 0.14 307.87 0.63 0.62
Hex DB 61 CB 0 38 7 E 134 3F 3E
Octal 333 141 313 0 70 7 16 464 77 76
Binary 11011011 1100001 11001011 0 111000 111 1110 100110100 111111 111110

Color Harmonies of #DB61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61CB

Black with #DB61CB

Text Example


Text Example

White with #DB61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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