Html Css Color HEX #DD698A Deep Blush

📋 copy color: '#DD698A'

red 221 ◦ green 105 ◦ blue 138

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

Shades of Deep Blush #DD698A

Tints of Deep Blush #DD698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.63%

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

R = 47.63%
G = 22.63%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD698A (or 0xDD698A) is known color: Deep Blush. HEX triplet: DD, 69 and 8A. RGB value is (221,105,138). Sum of RGB (Red+Green+Blue) = 221+105+138=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD698A is #229675. Grayscale: #8F8F8F. Windows color (decimal): -2266742 or 9071069. OLE color: 9071069.

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

Color convert

RGB 221 105 138 -
CMYK 0 0.52 0.38 0.13
HSL 342.93º 0.63% 0.64% -
HSV(B) 342.93º 0.52% 0.87% -
XYZ 39.46 27.31 27.24 -
YUV 143.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 221 105 138 0 0.52 0.38 0.13 342.93 0.63 0.64
Hex DD 69 8A 0 34 26 D 157 3F 40
Octal 335 151 212 0 64 46 15 527 77 100
Binary 11011101 1101001 10001010 0 110100 100110 1101 101010111 111111 1000000

Color Harmonies of #DD698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD698A

Black with #DD698A

Text Example


Text Example

White with #DD698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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