Html Css Color HEX #DD6094 Pale Violet Red

📋 copy color: '#DD6094'

red 221 ◦ green 96 ◦ blue 148

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

Shades of Pale Violet Red #DD6094

Tints of Pale Violet Red #DD6094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.83%

R = 47.53%
G = 20.65%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD6094 (or 0xDD6094) is known color: Pale Violet Red. HEX triplet: DD, 60 and 94. RGB value is (221,96,148). Sum of RGB (Red+Green+Blue) = 221+96+148=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6094 is #229F6B. Grayscale: #8B8B8B. Windows color (decimal): -2269036 or 9724125. OLE color: 9724125.

HSL color Cylindrical-coordinate representation of color #DD6094: hue angle of 335.04º 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 #DD6094 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 96 148 -
CMYK 0 0.57 0.33 0.13
HSL 335.04º 0.65% 0.62% -
HSV(B) 335.04º 0.57% 0.87% -
XYZ 39.35 25.88 30.94 -
YUV 139.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 221 96 148 0 0.57 0.33 0.13 335.04 0.65 0.62
Hex DD 60 94 0 39 21 D 14F 41 3E
Octal 335 140 224 0 71 41 15 517 101 76
Binary 11011101 1100000 10010100 0 111001 100001 1101 101001111 1000001 111110

Color Harmonies of #DD6094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6094

Black with #DD6094

Text Example


Text Example

White with #DD6094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6094; }

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

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

background-color css

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

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

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

border-color css

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

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

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