Html Css Color HEX #DD6D92 Pale Violet Red

📋 copy color: '#DD6D92'

red 221 ◦ green 109 ◦ blue 146

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

Shades of Pale Violet Red #DD6D92

Tints of Pale Violet Red #DD6D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

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

R = 46.43%
G = 22.9%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD6D92 (or 0xDD6D92) is known color: Pale Violet Red. HEX triplet: DD, 6D and 92. RGB value is (221,109,146). Sum of RGB (Red+Green+Blue) = 221+109+146=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D92 is #22926D. Grayscale: #929292. Windows color (decimal): -2265710 or 9596381. OLE color: 9596381.

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

Color convert

RGB 221 109 146 -
CMYK 0 0.51 0.34 0.13
HSL 340.18º 0.62% 0.65% -
HSV(B) 340.18º 0.51% 0.87% -
XYZ 40.48 28.38 30.54 -
YUV 146.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 221 109 146 0 0.51 0.34 0.13 340.18 0.62 0.65
Hex DD 6D 92 0 33 22 D 154 3E 41
Octal 335 155 222 0 63 42 15 524 76 101
Binary 11011101 1101101 10010010 0 110011 100010 1101 101010100 111110 1000001

Color Harmonies of #DD6D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D92

Black with #DD6D92

Text Example


Text Example

White with #DD6D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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