Html Css Color HEX #DD6A98 Pale Violet Red

📋 copy color: '#DD6A98'

red 221 ◦ green 106 ◦ blue 152

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

Shades of Pale Violet Red #DD6A98

Tints of Pale Violet Red #DD6A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 46.14%
G = 22.13%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6A98 (or 0xDD6A98) is known color: Pale Violet Red. HEX triplet: DD, 6A and 98. RGB value is (221,106,152). Sum of RGB (Red+Green+Blue) = 221+106+152=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A98 is #229567. Grayscale: #919191. Windows color (decimal): -2266472 or 9988829. OLE color: 9988829.

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

Color convert

RGB 221 106 152 -
CMYK 0 0.52 0.31 0.13
HSL 336º 0.63% 0.64% -
HSV(B) 336º 0.52% 0.87% -
XYZ 40.64 27.95 32.96 -
YUV 145.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 221 106 152 0 0.52 0.31 0.13 336 0.63 0.64
Hex DD 6A 98 0 34 1F D 150 3F 40
Octal 335 152 230 0 64 37 15 520 77 100
Binary 11011101 1101010 10011000 0 110100 11111 1101 101010000 111111 1000000

Color Harmonies of #DD6A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A98

Black with #DD6A98

Text Example


Text Example

White with #DD6A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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