Html Css Color HEX #DD7698 Pale Violet Red

📋 copy color: '#DD7698'

red 221 ◦ green 118 ◦ blue 152

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

Shades of Pale Violet Red #DD7698

Tints of Pale Violet Red #DD7698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

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

R = 45.01%
G = 24.03%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7698 (or 0xDD7698) is known color: Pale Violet Red. HEX triplet: DD, 76 and 98. RGB value is (221,118,152). Sum of RGB (Red+Green+Blue) = 221+118+152=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7698 is #228967. Grayscale: #989898. Windows color (decimal): -2263400 or 9991901. OLE color: 9991901.

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

Color convert

RGB 221 118 152 -
CMYK 0 0.47 0.31 0.13
HSL 340.19º 0.6% 0.66% -
HSV(B) 340.19º 0.47% 0.87% -
XYZ 41.96 30.6 33.4 -
YUV 152.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 221 118 152 0 0.47 0.31 0.13 340.19 0.6 0.66
Hex DD 76 98 0 2F 1F D 154 3C 42
Octal 335 166 230 0 57 37 15 524 74 102
Binary 11011101 1110110 10011000 0 101111 11111 1101 101010100 111100 1000010

Color Harmonies of #DD7698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7698

Black with #DD7698

Text Example


Text Example

White with #DD7698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7698; }

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

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

background-color css

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

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

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

border-color css

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

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

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