Html Css Color HEX #DB5CC1 Free Speech Magenta

📋 copy color: '#DB5CC1'

red 219 ◦ green 92 ◦ blue 193

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

Shades of Free Speech Magenta #DB5CC1

Tints of Free Speech Magenta #DB5CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 43.45%
G = 18.25%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB5CC1 (or 0xDB5CC1) is known color: Free Speech Magenta. HEX triplet: DB, 5C and C1. RGB value is (219,92,193). Sum of RGB (Red+Green+Blue) = 219+92+193=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CC1 is #24A33E. Grayscale: #8D8D8D. Windows color (decimal): -2401087 or 12672219. OLE color: 12672219.

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

Color convert

RGB 219 92 193 -
CMYK 0 0.58 0.12 0.14
HSL 312.28º 0.64% 0.61% -
HSV(B) 312.28º 0.58% 0.86% -
XYZ 42.67 26.56 53.33 -
YUV 141.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 219 92 193 0 0.58 0.12 0.14 312.28 0.64 0.61
Hex DB 5C C1 0 3A C E 138 40 3D
Octal 333 134 301 0 72 14 16 470 100 75
Binary 11011011 1011100 11000001 0 111010 1100 1110 100111000 1000000 111101

Color Harmonies of #DB5CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CC1

Black with #DB5CC1

Text Example


Text Example

White with #DB5CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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