Html Css Color HEX #DD628A Deep Blush

📋 copy color: '#DD628A'

red 221 ◦ green 98 ◦ blue 138

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

Shades of Deep Blush #DD628A

Tints of Deep Blush #DD628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.44%

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

R = 48.36%
G = 21.44%
B = 30.2%

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

#DD628A (or 0xDD628A) is known color: Deep Blush. HEX triplet: DD, 62 and 8A. RGB value is (221,98,138). Sum of RGB (Red+Green+Blue) = 221+98+138=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD628A is #229D75. Grayscale: #8B8B8B. Windows color (decimal): -2268534 or 9069277. OLE color: 9069277.

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

Color convert

RGB 221 98 138 -
CMYK 0 0.56 0.38 0.13
HSL 340.49º 0.64% 0.63% -
HSV(B) 340.49º 0.56% 0.87% -
XYZ 38.77 25.94 27.01 -
YUV 139.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 221 98 138 0 0.56 0.38 0.13 340.49 0.64 0.63
Hex DD 62 8A 0 38 26 D 154 40 3F
Octal 335 142 212 0 70 46 15 524 100 77
Binary 11011101 1100010 10001010 0 111000 100110 1101 101010100 1000000 111111

Color Harmonies of #DD628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD628A

Black with #DD628A

Text Example


Text Example

White with #DD628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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