Html Css Color HEX #DB62C4 Free Speech Magenta

📋 copy color: '#DB62C4'

red 219 ◦ green 98 ◦ blue 196

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

Shades of Free Speech Magenta #DB62C4

Tints of Free Speech Magenta #DB62C4

RGB

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

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

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

R = 42.69%
G = 19.1%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB62C4 (or 0xDB62C4) is known color: Free Speech Magenta. HEX triplet: DB, 62 and C4. RGB value is (219,98,196). Sum of RGB (Red+Green+Blue) = 219+98+196=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62C4 is #249D3B. Grayscale: #919191. Windows color (decimal): -2399548 or 12870363. OLE color: 12870363.

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

Color convert

RGB 219 98 196 -
CMYK 0 0.55 0.11 0.14
HSL 311.41º 0.63% 0.62% -
HSV(B) 311.41º 0.55% 0.86% -
XYZ 43.54 27.78 55.29 -
YUV 145.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 219 98 196 0 0.55 0.11 0.14 311.41 0.63 0.62
Hex DB 62 C4 0 37 B E 137 3F 3E
Octal 333 142 304 0 67 13 16 467 77 76
Binary 11011011 1100010 11000100 0 110111 1011 1110 100110111 111111 111110

Color Harmonies of #DB62C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62C4

Black with #DB62C4

Text Example


Text Example

White with #DB62C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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