Html Css Color HEX #DB62CD Free Speech Magenta

📋 copy color: '#DB62CD'

red 219 ◦ green 98 ◦ blue 205

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

Shades of Free Speech Magenta #DB62CD

Tints of Free Speech Magenta #DB62CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 41.95%
G = 18.77%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB62CD (or 0xDB62CD) is known color: Free Speech Magenta. HEX triplet: DB, 62 and CD. RGB value is (219,98,205). Sum of RGB (Red+Green+Blue) = 219+98+205=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62CD is #249D32. Grayscale: #929292. Windows color (decimal): -2399539 or 13460187. OLE color: 13460187.

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

Color convert

RGB 219 98 205 -
CMYK 0 0.55 0.06 0.14
HSL 306.94º 0.63% 0.62% -
HSV(B) 306.94º 0.55% 0.86% -
XYZ 44.6 28.2 60.85 -
YUV 146.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 219 98 205 0 0.55 0.06 0.14 306.94 0.63 0.62
Hex DB 62 CD 0 37 6 E 133 3F 3E
Octal 333 142 315 0 67 6 16 463 77 76
Binary 11011011 1100010 11001101 0 110111 110 1110 100110011 111111 111110

Color Harmonies of #DB62CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62CD

Black with #DB62CD

Text Example


Text Example

White with #DB62CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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