Html Css Color HEX #DB5FCB Free Speech Magenta

📋 copy color: '#DB5FCB'

red 219 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Magenta #DB5FCB

Tints of Free Speech Magenta #DB5FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.38%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 42.36%
G = 18.38%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB5FCB (or 0xDB5FCB) is known color: Free Speech Magenta. HEX triplet: DB, 5F and CB. RGB value is (219,95,203). Sum of RGB (Red+Green+Blue) = 219+95+203=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FCB is #24A034. Grayscale: #909090. Windows color (decimal): -2400309 or 13328347. OLE color: 13328347.

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

Color convert

RGB 219 95 203 -
CMYK 0 0.57 0.07 0.14
HSL 307.74º 0.63% 0.62% -
HSV(B) 307.74º 0.57% 0.86% -
XYZ 44.09 27.56 59.5 -
YUV 144.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 219 95 203 0 0.57 0.07 0.14 307.74 0.63 0.62
Hex DB 5F CB 0 39 7 E 134 3F 3E
Octal 333 137 313 0 71 7 16 464 77 76
Binary 11011011 1011111 11001011 0 111001 111 1110 100110100 111111 111110

Color Harmonies of #DB5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FCB

Black with #DB5FCB

Text Example


Text Example

White with #DB5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FCB; }

 p { color: rgb(219,95,203); }

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

background-color css

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

 a { background-color: rgb(219,95,203); }

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

border-color css

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

 span { border-color: rgb(219,95,203); }

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