Html Css Color HEX #DD5A92 Pale Violet Red

📋 copy color: '#DD5A92'

red 221 ◦ green 90 ◦ blue 146

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

Shades of Pale Violet Red #DD5A92

Tints of Pale Violet Red #DD5A92

RGB

 RED value IS 221 (86.72% from 255) = 48.36%

 GREEN value IS 90 (35.55% from 255) = 19.69%

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 48.36%
G = 19.69%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5A92 (or 0xDD5A92) is known color: Pale Violet Red. HEX triplet: DD, 5A and 92. RGB value is (221,90,146). Sum of RGB (Red+Green+Blue) = 221+90+146=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A92 is #22A56D. Grayscale: #878787. Windows color (decimal): -2270574 or 9591517. OLE color: 9591517.

HSL color Cylindrical-coordinate representation of color #DD5A92: hue angle of 334.35º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A92 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 146 -
CMYK 0 0.59 0.34 0.13
HSL 334.35º 0.66% 0.61% -
HSV(B) 334.35º 0.59% 0.87% -
XYZ 38.66 24.76 29.94 -
YUV 135.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 221 90 146 0 0.59 0.34 0.13 334.35 0.66 0.61
Hex DD 5A 92 0 3B 22 D 14E 42 3D
Octal 335 132 222 0 73 42 15 516 102 75
Binary 11011101 1011010 10010010 0 111011 100010 1101 101001110 1000010 111101

Color Harmonies of #DD5A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A92

Black with #DD5A92

Text Example


Text Example

White with #DD5A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A92; }

 p { color: rgb(221,90,146); }

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

background-color css

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

 a { background-color: rgb(221,90,146); }

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

border-color css

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

 span { border-color: rgb(221,90,146); }

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