Html Css Color HEX #DB62CC Free Speech Magenta

📋 copy color: '#DB62CC'

red 219 ◦ green 98 ◦ blue 204

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

Shades of Free Speech Magenta #DB62CC

Tints of Free Speech Magenta #DB62CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.81%

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

R = 42.03%
G = 18.81%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB62CC (or 0xDB62CC) is known color: Free Speech Magenta. HEX triplet: DB, 62 and CC. RGB value is (219,98,204). Sum of RGB (Red+Green+Blue) = 219+98+204=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62CC is #249D33. Grayscale: #919191. Windows color (decimal): -2399540 or 13394651. OLE color: 13394651.

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

Color convert

RGB 219 98 204 -
CMYK 0 0.55 0.07 0.14
HSL 307.44º 0.63% 0.62% -
HSV(B) 307.44º 0.55% 0.86% -
XYZ 44.48 28.16 60.22 -
YUV 146.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 219 98 204 0 0.55 0.07 0.14 307.44 0.63 0.62
Hex DB 62 CC 0 37 7 E 133 3F 3E
Octal 333 142 314 0 67 7 16 463 77 76
Binary 11011011 1100010 11001100 0 110111 111 1110 100110011 111111 111110

Color Harmonies of #DB62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62CC

Black with #DB62CC

Text Example


Text Example

White with #DB62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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