Html Css Color HEX #DE638B Deep Blush

📋 copy color: '#DE638B'

red 222 ◦ green 99 ◦ blue 139

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

Shades of Deep Blush #DE638B

Tints of Deep Blush #DE638B

RGB

 RED value IS 222 (87.11% from 255) = 48.26%

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

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 48.26%
G = 21.52%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE638B (or 0xDE638B) is known color: Deep Blush. HEX triplet: DE, 63 and 8B. RGB value is (222,99,139). Sum of RGB (Red+Green+Blue) = 222+99+139=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE638B is #219C74. Grayscale: #8C8C8C. Windows color (decimal): -2202741 or 9135070. OLE color: 9135070.

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

Color convert

RGB 222 99 139 -
CMYK 0 0.55 0.37 0.13
HSL 340.49º 0.65% 0.63% -
HSV(B) 340.49º 0.55% 0.87% -
XYZ 39.25 26.32 27.44 -
YUV 140.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 222 99 139 0 0.55 0.37 0.13 340.49 0.65 0.63
Hex DE 63 8B 0 37 25 D 154 41 3F
Octal 336 143 213 0 67 45 15 524 101 77
Binary 11011110 1100011 10001011 0 110111 100101 1101 101010100 1000001 111111

Color Harmonies of #DE638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE638B

Black with #DE638B

Text Example


Text Example

White with #DE638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE638B; }

 p { color: rgb(222,99,139); }

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

background-color css

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

 a { background-color: rgb(222,99,139); }

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

border-color css

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

 span { border-color: rgb(222,99,139); }

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