Html Css Color HEX #DD6D90 Pale Violet Red

📋 copy color: '#DD6D90'

red 221 ◦ green 109 ◦ blue 144

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

Shades of Pale Violet Red #DD6D90

Tints of Pale Violet Red #DD6D90

RGB

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

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

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

R = 46.62%
G = 23%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD6D90 (or 0xDD6D90) is known color: Pale Violet Red. HEX triplet: DD, 6D and 90. RGB value is (221,109,144). Sum of RGB (Red+Green+Blue) = 221+109+144=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D90 is #22926F. Grayscale: #929292. Windows color (decimal): -2265712 or 9465309. OLE color: 9465309.

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

Color convert

RGB 221 109 144 -
CMYK 0 0.51 0.35 0.13
HSL 341.25º 0.62% 0.65% -
HSV(B) 341.25º 0.51% 0.87% -
XYZ 40.32 28.32 29.73 -
YUV 146.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 221 109 144 0 0.51 0.35 0.13 341.25 0.62 0.65
Hex DD 6D 90 0 33 23 D 155 3E 41
Octal 335 155 220 0 63 43 15 525 76 101
Binary 11011101 1101101 10010000 0 110011 100011 1101 101010101 111110 1000001

Color Harmonies of #DD6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D90

Black with #DD6D90

Text Example


Text Example

White with #DD6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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