Html Css Color HEX #DD7783 Deep Blush

📋 copy color: '#DD7783'

red 221 ◦ green 119 ◦ blue 131

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

Shades of Deep Blush #DD7783

Tints of Deep Blush #DD7783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.27%

 BLUE value IS 131 (51.56% from 255) = 27.81%

R = 46.92%
G = 25.27%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD7783 (or 0xDD7783) is known color: Deep Blush. HEX triplet: DD, 77 and 83. RGB value is (221,119,131). Sum of RGB (Red+Green+Blue) = 221+119+131=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7783 is #22887C. Grayscale: #969696. Windows color (decimal): -2263165 or 8615901. OLE color: 8615901.

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

Color convert

RGB 221 119 131 -
CMYK 0 0.46 0.41 0.13
HSL 352.94º 0.6% 0.67% -
HSV(B) 352.94º 0.46% 0.87% -
XYZ 40.51 30.2 25.17 -
YUV 150.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 221 119 131 0 0.46 0.41 0.13 352.94 0.6 0.67
Hex DD 77 83 0 2E 29 D 161 3C 43
Octal 335 167 203 0 56 51 15 541 74 103
Binary 11011101 1110111 10000011 0 101110 101001 1101 101100001 111100 1000011

Color Harmonies of #DD7783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7783

Black with #DD7783

Text Example


Text Example

White with #DD7783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7783; }

 p { color: rgb(221,119,131); }

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

background-color css

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

 a { background-color: rgb(221,119,131); }

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

border-color css

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

 span { border-color: rgb(221,119,131); }

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