Html Css Color HEX #DD6690 Pale Violet Red

📋 copy color: '#DD6690'

red 221 ◦ green 102 ◦ blue 144

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

Shades of Pale Violet Red #DD6690

Tints of Pale Violet Red #DD6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.84%

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

R = 47.32%
G = 21.84%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD6690 (or 0xDD6690) is known color: Pale Violet Red. HEX triplet: DD, 66 and 90. RGB value is (221,102,144). Sum of RGB (Red+Green+Blue) = 221+102+144=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6690 is #22996F. Grayscale: #8E8E8E. Windows color (decimal): -2267504 or 9463517. OLE color: 9463517.

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

Color convert

RGB 221 102 144 -
CMYK 0 0.54 0.35 0.13
HSL 338.82º 0.64% 0.63% -
HSV(B) 338.82º 0.54% 0.87% -
XYZ 39.6 26.89 29.49 -
YUV 142.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 221 102 144 0 0.54 0.35 0.13 338.82 0.64 0.63
Hex DD 66 90 0 36 23 D 153 40 3F
Octal 335 146 220 0 66 43 15 523 100 77
Binary 11011101 1100110 10010000 0 110110 100011 1101 101010011 1000000 111111

Color Harmonies of #DD6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6690

Black with #DD6690

Text Example


Text Example

White with #DD6690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6690; }

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

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

background-color css

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

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

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

border-color css

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

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

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