Html Css Color HEX #DD6792 Pale Violet Red

📋 copy color: '#DD6792'

red 221 ◦ green 103 ◦ blue 146

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

Shades of Pale Violet Red #DD6792

Tints of Pale Violet Red #DD6792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.91%

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

R = 47.02%
G = 21.91%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD6792 (or 0xDD6792) is known color: Pale Violet Red. HEX triplet: DD, 67 and 92. RGB value is (221,103,146). Sum of RGB (Red+Green+Blue) = 221+103+146=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6792 is #22986D. Grayscale: #8F8F8F. Windows color (decimal): -2267246 or 9594845. OLE color: 9594845.

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

Color convert

RGB 221 103 146 -
CMYK 0 0.53 0.34 0.13
HSL 338.14º 0.63% 0.64% -
HSV(B) 338.14º 0.53% 0.87% -
XYZ 39.86 27.15 30.33 -
YUV 143.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 221 103 146 0 0.53 0.34 0.13 338.14 0.63 0.64
Hex DD 67 92 0 35 22 D 152 3F 40
Octal 335 147 222 0 65 42 15 522 77 100
Binary 11011101 1100111 10010010 0 110101 100010 1101 101010010 111111 1000000

Color Harmonies of #DD6792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6792

Black with #DD6792

Text Example


Text Example

White with #DD6792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6792; }

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

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

background-color css

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

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

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

border-color css

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

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

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