Html Css Color HEX #DD6598 Pale Violet Red

📋 copy color: '#DD6598'

red 221 ◦ green 101 ◦ blue 152

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

Shades of Pale Violet Red #DD6598

Tints of Pale Violet Red #DD6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.31%

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

R = 46.62%
G = 21.31%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD6598 (or 0xDD6598) is known color: Pale Violet Red. HEX triplet: DD, 65 and 98. RGB value is (221,101,152). Sum of RGB (Red+Green+Blue) = 221+101+152=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6598 is #229A67. Grayscale: #8E8E8E. Windows color (decimal): -2267752 or 9987549. OLE color: 9987549.

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

Color convert

RGB 221 101 152 -
CMYK 0 0.54 0.31 0.13
HSL 334.5º 0.64% 0.63% -
HSV(B) 334.5º 0.54% 0.87% -
XYZ 40.14 26.95 32.79 -
YUV 142.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 221 101 152 0 0.54 0.31 0.13 334.5 0.64 0.63
Hex DD 65 98 0 36 1F D 14E 40 3F
Octal 335 145 230 0 66 37 15 516 100 77
Binary 11011101 1100101 10011000 0 110110 11111 1101 101001110 1000000 111111

Color Harmonies of #DD6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6598

Black with #DD6598

Text Example


Text Example

White with #DD6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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