Html Css Color HEX #DD668A Deep Blush

📋 copy color: '#DD668A'

red 221 ◦ green 102 ◦ blue 138

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

Shades of Deep Blush #DD668A

Tints of Deep Blush #DD668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.13%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 47.94%
G = 22.13%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD668A (or 0xDD668A) is known color: Deep Blush. HEX triplet: DD, 66 and 8A. RGB value is (221,102,138). Sum of RGB (Red+Green+Blue) = 221+102+138=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD668A is #229975. Grayscale: #8D8D8D. Windows color (decimal): -2267510 or 9070301. OLE color: 9070301.

HSL color Cylindrical-coordinate representation of color #DD668A: hue angle of 341.85º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD668A is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 102 138 -
CMYK 0 0.54 0.38 0.13
HSL 341.85º 0.64% 0.63% -
HSV(B) 341.85º 0.54% 0.87% -
XYZ 39.16 26.71 27.14 -
YUV 141.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 221 102 138 0 0.54 0.38 0.13 341.85 0.64 0.63
Hex DD 66 8A 0 36 26 D 156 40 3F
Octal 335 146 212 0 66 46 15 526 100 77
Binary 11011101 1100110 10001010 0 110110 100110 1101 101010110 1000000 111111

Color Harmonies of #DD668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD668A

Black with #DD668A

Text Example


Text Example

White with #DD668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD668A; }

 p { color: rgb(221,102,138); }

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

background-color css

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

 a { background-color: rgb(221,102,138); }

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

border-color css

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

 span { border-color: rgb(221,102,138); }

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