Html Css Color HEX #DD6C98 Pale Violet Red

📋 copy color: '#DD6C98'

red 221 ◦ green 108 ◦ blue 152

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

Shades of Pale Violet Red #DD6C98

Tints of Pale Violet Red #DD6C98

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.45%

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

R = 45.95%
G = 22.45%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6C98 (or 0xDD6C98) is known color: Pale Violet Red. HEX triplet: DD, 6C and 98. RGB value is (221,108,152). Sum of RGB (Red+Green+Blue) = 221+108+152=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C98 is #229367. Grayscale: #929292. Windows color (decimal): -2265960 or 9989341. OLE color: 9989341.

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

Color convert

RGB 221 108 152 -
CMYK 0 0.51 0.31 0.13
HSL 336.64º 0.62% 0.65% -
HSV(B) 336.64º 0.51% 0.87% -
XYZ 40.85 28.36 33.03 -
YUV 146.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 221 108 152 0 0.51 0.31 0.13 336.64 0.62 0.65
Hex DD 6C 98 0 33 1F D 151 3E 41
Octal 335 154 230 0 63 37 15 521 76 101
Binary 11011101 1101100 10011000 0 110011 11111 1101 101010001 111110 1000001

Color Harmonies of #DD6C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C98

Black with #DD6C98

Text Example


Text Example

White with #DD6C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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