Html Css Color HEX #DD6F98 Pale Violet Red

📋 copy color: '#DD6F98'

red 221 ◦ green 111 ◦ blue 152

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

Shades of Pale Violet Red #DD6F98

Tints of Pale Violet Red #DD6F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.93%

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

R = 45.66%
G = 22.93%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6F98 (or 0xDD6F98) is known color: Pale Violet Red. HEX triplet: DD, 6F and 98. RGB value is (221,111,152). Sum of RGB (Red+Green+Blue) = 221+111+152=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F98 is #229067. Grayscale: #949494. Windows color (decimal): -2265192 or 9990109. OLE color: 9990109.

HSL color Cylindrical-coordinate representation of color #DD6F98: hue angle of 337.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F98 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 152 -
CMYK 0 0.50 0.31 0.13
HSL 337.64º 0.62% 0.65% -
HSV(B) 337.64º 0.5% 0.87% -
XYZ 41.17 29.01 33.13 -
YUV 148.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 221 111 152 0 0.50 0.31 0.13 337.64 0.62 0.65
Hex DD 6F 98 0 32 1F D 152 3E 41
Octal 335 157 230 0 62 37 15 522 76 101
Binary 11011101 1101111 10011000 0 110010 11111 1101 101010010 111110 1000001

Color Harmonies of #DD6F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F98

Black with #DD6F98

Text Example


Text Example

White with #DD6F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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