Html Css Color HEX #DD7694 Pale Violet Red

📋 copy color: '#DD7694'

red 221 ◦ green 118 ◦ blue 148

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

Shades of Pale Violet Red #DD7694

Tints of Pale Violet Red #DD7694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 45.38%
G = 24.23%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7694 (or 0xDD7694) is known color: Pale Violet Red. HEX triplet: DD, 76 and 94. RGB value is (221,118,148). Sum of RGB (Red+Green+Blue) = 221+118+148=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7694 is #22896B. Grayscale: #989898. Windows color (decimal): -2263404 or 9729757. OLE color: 9729757.

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

Color convert

RGB 221 118 148 -
CMYK 0 0.47 0.33 0.13
HSL 342.52º 0.6% 0.66% -
HSV(B) 342.52º 0.47% 0.87% -
XYZ 41.64 30.47 31.7 -
YUV 152.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 221 118 148 0 0.47 0.33 0.13 342.52 0.6 0.66
Hex DD 76 94 0 2F 21 D 157 3C 42
Octal 335 166 224 0 57 41 15 527 74 102
Binary 11011101 1110110 10010100 0 101111 100001 1101 101010111 111100 1000010

Color Harmonies of #DD7694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7694

Black with #DD7694

Text Example


Text Example

White with #DD7694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7694; }

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

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

background-color css

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

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

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

border-color css

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

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

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