Html Css Color HEX #DB5C8E Pale Violet Red

📋 copy color: '#DB5C8E'

red 219 ◦ green 92 ◦ blue 142

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

Shades of Pale Violet Red #DB5C8E

Tints of Pale Violet Red #DB5C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 48.34%
G = 20.31%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB5C8E (or 0xDB5C8E) is known color: Pale Violet Red. HEX triplet: DB, 5C and 8E. RGB value is (219,92,142). Sum of RGB (Red+Green+Blue) = 219+92+142=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C8E is #24A371. Grayscale: #878787. Windows color (decimal): -2401138 or 9329883. OLE color: 9329883.

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

Color convert

RGB 219 92 142 -
CMYK 0 0.58 0.35 0.14
HSL 336.38º 0.64% 0.61% -
HSV(B) 336.38º 0.58% 0.86% -
XYZ 37.92 24.67 28.35 -
YUV 135.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 219 92 142 0 0.58 0.35 0.14 336.38 0.64 0.61
Hex DB 5C 8E 0 3A 23 E 150 40 3D
Octal 333 134 216 0 72 43 16 520 100 75
Binary 11011011 1011100 10001110 0 111010 100011 1110 101010000 1000000 111101

Color Harmonies of #DB5C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C8E

Black with #DB5C8E

Text Example


Text Example

White with #DB5C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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