Html Css Color HEX #DD769B Pale Violet Red

📋 copy color: '#DD769B'

red 221 ◦ green 118 ◦ blue 155

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

Shades of Pale Violet Red #DD769B

Tints of Pale Violet Red #DD769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 44.74%
G = 23.89%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD769B (or 0xDD769B) is known color: Pale Violet Red. HEX triplet: DD, 76 and 9B. RGB value is (221,118,155). Sum of RGB (Red+Green+Blue) = 221+118+155=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD769B is #228964. Grayscale: #989898. Windows color (decimal): -2263397 or 10188509. OLE color: 10188509.

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

Color convert

RGB 221 118 155 -
CMYK 0 0.47 0.30 0.13
HSL 338.45º 0.6% 0.66% -
HSV(B) 338.45º 0.47% 0.87% -
XYZ 42.21 30.7 34.71 -
YUV 153.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 221 118 155 0 0.47 0.30 0.13 338.45 0.6 0.66
Hex DD 76 9B 0 2F 1E D 152 3C 42
Octal 335 166 233 0 57 36 15 522 74 102
Binary 11011101 1110110 10011011 0 101111 11110 1101 101010010 111100 1000010

Color Harmonies of #DD769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD769B

Black with #DD769B

Text Example


Text Example

White with #DD769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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