Html Css Color HEX #DD6397 Pale Violet Red

📋 copy color: '#DD6397'

red 221 ◦ green 99 ◦ blue 151

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

Shades of Pale Violet Red #DD6397

Tints of Pale Violet Red #DD6397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.02%

 BLUE value IS 151 (59.38% from 255) = 32.06%

R = 46.92%
G = 21.02%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD6397 (or 0xDD6397) is known color: Pale Violet Red. HEX triplet: DD, 63 and 97. RGB value is (221,99,151). Sum of RGB (Red+Green+Blue) = 221+99+151=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6397 is #229C68. Grayscale: #8D8D8D. Windows color (decimal): -2268265 or 9921501. OLE color: 9921501.

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

Color convert

RGB 221 99 151 -
CMYK 0 0.55 0.32 0.13
HSL 334.43º 0.64% 0.63% -
HSV(B) 334.43º 0.55% 0.87% -
XYZ 39.87 26.53 32.3 -
YUV 141.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 221 99 151 0 0.55 0.32 0.13 334.43 0.64 0.63
Hex DD 63 97 0 37 20 D 14E 40 3F
Octal 335 143 227 0 67 40 15 516 100 77
Binary 11011101 1100011 10010111 0 110111 100000 1101 101001110 1000000 111111

Color Harmonies of #DD6397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6397

Black with #DD6397

Text Example


Text Example

White with #DD6397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6397; }

 p { color: rgb(221,99,151); }

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

background-color css

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

 a { background-color: rgb(221,99,151); }

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

border-color css

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

 span { border-color: rgb(221,99,151); }

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