Html Css Color HEX #DD6790 Pale Violet Red

📋 copy color: '#DD6790'

red 221 ◦ green 103 ◦ blue 144

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

Shades of Pale Violet Red #DD6790

Tints of Pale Violet Red #DD6790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 47.22%
G = 22.01%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD6790 (or 0xDD6790) is known color: Pale Violet Red. HEX triplet: DD, 67 and 90. RGB value is (221,103,144). Sum of RGB (Red+Green+Blue) = 221+103+144=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6790 is #22986F. Grayscale: #8E8E8E. Windows color (decimal): -2267248 or 9463773. OLE color: 9463773.

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

Color convert

RGB 221 103 144 -
CMYK 0 0.53 0.35 0.13
HSL 339.15º 0.63% 0.64% -
HSV(B) 339.15º 0.53% 0.87% -
XYZ 39.7 27.09 29.52 -
YUV 142.96 128.59 183.67 -
System Red Green Blue C M Y K H S L
Decimal 221 103 144 0 0.53 0.35 0.13 339.15 0.63 0.64
Hex DD 67 90 0 35 23 D 153 3F 40
Octal 335 147 220 0 65 43 15 523 77 100
Binary 11011101 1100111 10010000 0 110101 100011 1101 101010011 111111 1000000

Color Harmonies of #DD6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6790

Black with #DD6790

Text Example


Text Example

White with #DD6790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6790; }

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

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

background-color css

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

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

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

border-color css

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

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

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