Html Css Color HEX #DD638A Deep Blush

📋 copy color: '#DD638A'

red 221 ◦ green 99 ◦ blue 138

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

Shades of Deep Blush #DD638A

Tints of Deep Blush #DD638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.62%

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

R = 48.25%
G = 21.62%
B = 30.13%

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

#DD638A (or 0xDD638A) is known color: Deep Blush. HEX triplet: DD, 63 and 8A. RGB value is (221,99,138). Sum of RGB (Red+Green+Blue) = 221+99+138=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD638A is #229C75. Grayscale: #8B8B8B. Windows color (decimal): -2268278 or 9069533. OLE color: 9069533.

HSL color Cylindrical-coordinate representation of color #DD638A: hue angle of 340.82º 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 #DD638A is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 138 -
CMYK 0 0.55 0.38 0.13
HSL 340.82º 0.64% 0.63% -
HSV(B) 340.82º 0.55% 0.87% -
XYZ 38.87 26.13 27.04 -
YUV 139.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 221 99 138 0 0.55 0.38 0.13 340.82 0.64 0.63
Hex DD 63 8A 0 37 26 D 155 40 3F
Octal 335 143 212 0 67 46 15 525 100 77
Binary 11011101 1100011 10001010 0 110111 100110 1101 101010101 1000000 111111

Color Harmonies of #DD638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD638A

Black with #DD638A

Text Example


Text Example

White with #DD638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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