Html Css Color HEX #DD618A Deep Blush

📋 copy color: '#DD618A'

red 221 ◦ green 97 ◦ blue 138

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

Shades of Deep Blush #DD618A

Tints of Deep Blush #DD618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.27%

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

R = 48.46%
G = 21.27%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD618A (or 0xDD618A) is known color: Deep Blush. HEX triplet: DD, 61 and 8A. RGB value is (221,97,138). Sum of RGB (Red+Green+Blue) = 221+97+138=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD618A is #229E75. Grayscale: #8A8A8A. Windows color (decimal): -2268790 or 9069021. OLE color: 9069021.

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

Color convert

RGB 221 97 138 -
CMYK 0 0.56 0.38 0.13
HSL 340.16º 0.65% 0.62% -
HSV(B) 340.16º 0.56% 0.87% -
XYZ 38.68 25.76 26.98 -
YUV 138.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 221 97 138 0 0.56 0.38 0.13 340.16 0.65 0.62
Hex DD 61 8A 0 38 26 D 154 41 3E
Octal 335 141 212 0 70 46 15 524 101 76
Binary 11011101 1100001 10001010 0 111000 100110 1101 101010100 1000001 111110

Color Harmonies of #DD618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD618A

Black with #DD618A

Text Example


Text Example

White with #DD618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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