Html Css Color HEX #DD768D Deep Blush

📋 copy color: '#DD768D'

red 221 ◦ green 118 ◦ blue 141

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

Shades of Deep Blush #DD768D

Tints of Deep Blush #DD768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 46.04%
G = 24.58%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD768D (or 0xDD768D) is known color: Deep Blush. HEX triplet: DD, 76 and 8D. RGB value is (221,118,141). Sum of RGB (Red+Green+Blue) = 221+118+141=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD768D is #228972. Grayscale: #979797. Windows color (decimal): -2263411 or 9271005. OLE color: 9271005.

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

Color convert

RGB 221 118 141 -
CMYK 0 0.47 0.36 0.13
HSL 346.6º 0.6% 0.66% -
HSV(B) 346.6º 0.47% 0.87% -
XYZ 41.1 30.25 28.87 -
YUV 151.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 221 118 141 0 0.47 0.36 0.13 346.6 0.6 0.66
Hex DD 76 8D 0 2F 24 D 15B 3C 42
Octal 335 166 215 0 57 44 15 533 74 102
Binary 11011101 1110110 10001101 0 101111 100100 1101 101011011 111100 1000010

Color Harmonies of #DD768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD768D

Black with #DD768D

Text Example


Text Example

White with #DD768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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