Html Css Color HEX #DD648A Deep Blush

📋 copy color: '#DD648A'

red 221 ◦ green 100 ◦ blue 138

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

Shades of Deep Blush #DD648A

Tints of Deep Blush #DD648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.79%

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

R = 48.15%
G = 21.79%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD648A (or 0xDD648A) is known color: Deep Blush. HEX triplet: DD, 64 and 8A. RGB value is (221,100,138). Sum of RGB (Red+Green+Blue) = 221+100+138=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD648A is #229B75. Grayscale: #8C8C8C. Windows color (decimal): -2268022 or 9069789. OLE color: 9069789.

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

Color convert

RGB 221 100 138 -
CMYK 0 0.55 0.38 0.13
HSL 341.16º 0.64% 0.63% -
HSV(B) 341.16º 0.55% 0.87% -
XYZ 38.96 26.32 27.07 -
YUV 140.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 221 100 138 0 0.55 0.38 0.13 341.16 0.64 0.63
Hex DD 64 8A 0 37 26 D 155 40 3F
Octal 335 144 212 0 67 46 15 525 100 77
Binary 11011101 1100100 10001010 0 110111 100110 1101 101010101 1000000 111111

Color Harmonies of #DD648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD648A

Black with #DD648A

Text Example


Text Example

White with #DD648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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