Html Css Color HEX #DD6A8E Pale Violet Red

📋 copy color: '#DD6A8E'

red 221 ◦ green 106 ◦ blue 142

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

Shades of Pale Violet Red #DD6A8E

Tints of Pale Violet Red #DD6A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.6%

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 47.12%
G = 22.6%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD6A8E (or 0xDD6A8E) is known color: Pale Violet Red. HEX triplet: DD, 6A and 8E. RGB value is (221,106,142). Sum of RGB (Red+Green+Blue) = 221+106+142=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A8E is #229571. Grayscale: #909090. Windows color (decimal): -2266482 or 9333469. OLE color: 9333469.

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

Color convert

RGB 221 106 142 -
CMYK 0 0.52 0.36 0.13
HSL 341.22º 0.63% 0.64% -
HSV(B) 341.22º 0.52% 0.87% -
XYZ 39.86 27.63 28.82 -
YUV 144.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 221 106 142 0 0.52 0.36 0.13 341.22 0.63 0.64
Hex DD 6A 8E 0 34 24 D 155 3F 40
Octal 335 152 216 0 64 44 15 525 77 100
Binary 11011101 1101010 10001110 0 110100 100100 1101 101010101 111111 1000000

Color Harmonies of #DD6A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A8E

Black with #DD6A8E

Text Example


Text Example

White with #DD6A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A8E; }

 p { color: rgb(221,106,142); }

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

background-color css

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

 a { background-color: rgb(221,106,142); }

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

border-color css

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

 span { border-color: rgb(221,106,142); }

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