Html Css Color HEX #DD6092 Pale Violet Red

📋 copy color: '#DD6092'

red 221 ◦ green 96 ◦ blue 146

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

Shades of Pale Violet Red #DD6092

Tints of Pale Violet Red #DD6092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.73%

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

R = 47.73%
G = 20.73%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD6092 (or 0xDD6092) is known color: Pale Violet Red. HEX triplet: DD, 60 and 92. RGB value is (221,96,146). Sum of RGB (Red+Green+Blue) = 221+96+146=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6092 is #229F6D. Grayscale: #8B8B8B. Windows color (decimal): -2269038 or 9593053. OLE color: 9593053.

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

Color convert

RGB 221 96 146 -
CMYK 0 0.57 0.34 0.13
HSL 336º 0.65% 0.62% -
HSV(B) 336º 0.57% 0.87% -
XYZ 39.19 25.81 30.11 -
YUV 139.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 221 96 146 0 0.57 0.34 0.13 336 0.65 0.62
Hex DD 60 92 0 39 22 D 150 41 3E
Octal 335 140 222 0 71 42 15 520 101 76
Binary 11011101 1100000 10010010 0 111001 100010 1101 101010000 1000001 111110

Color Harmonies of #DD6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6092

Black with #DD6092

Text Example


Text Example

White with #DD6092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6092; }

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

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

background-color css

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

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

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

border-color css

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

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

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