Html Css Color HEX #DB5CCA Free Speech Magenta

📋 copy color: '#DB5CCA'

red 219 ◦ green 92 ◦ blue 202

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

Shades of Free Speech Magenta #DB5CCA

Tints of Free Speech Magenta #DB5CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 42.69%
G = 17.93%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB5CCA (or 0xDB5CCA) is known color: Free Speech Magenta. HEX triplet: DB, 5C and CA. RGB value is (219,92,202). Sum of RGB (Red+Green+Blue) = 219+92+202=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CCA is #24A335. Grayscale: #8E8E8E. Windows color (decimal): -2401078 or 13262043. OLE color: 13262043.

HSL color Cylindrical-coordinate representation of color #DB5CCA: hue angle of 308.03º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5CCA is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 202 -
CMYK 0 0.58 0.08 0.14
HSL 308.03º 0.64% 0.61% -
HSV(B) 308.03º 0.58% 0.86% -
XYZ 43.7 26.98 58.78 -
YUV 142.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 219 92 202 0 0.58 0.08 0.14 308.03 0.64 0.61
Hex DB 5C CA 0 3A 8 E 134 40 3D
Octal 333 134 312 0 72 10 16 464 100 75
Binary 11011011 1011100 11001010 0 111010 1000 1110 100110100 1000000 111101

Color Harmonies of #DB5CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CCA

Black with #DB5CCA

Text Example


Text Example

White with #DB5CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CCA; }

 p { color: rgb(219,92,202); }

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

background-color css

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

 a { background-color: rgb(219,92,202); }

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

border-color css

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

 span { border-color: rgb(219,92,202); }

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