Html Css Color HEX #DF638B Deep Blush

📋 copy color: '#DF638B'

red 223 ◦ green 99 ◦ blue 139

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

Shades of Deep Blush #DF638B

Tints of Deep Blush #DF638B

RGB

 RED value IS 223 (87.5% from 255) = 48.37%

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

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

R = 48.37%
G = 21.48%
B = 30.15%

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

#DF638B (or 0xDF638B) is known color: Deep Blush. HEX triplet: DF, 63 and 8B. RGB value is (223,99,139). Sum of RGB (Red+Green+Blue) = 223+99+139=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF638B is #209C74. Grayscale: #8C8C8C. Windows color (decimal): -2137205 or 9135071. OLE color: 9135071.

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

Color convert

RGB 223 99 139 -
CMYK 0 0.56 0.38 0.13
HSL 340.65º 0.66% 0.63% -
HSV(B) 340.65º 0.56% 0.87% -
XYZ 39.55 26.48 27.45 -
YUV 140.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 223 99 139 0 0.56 0.38 0.13 340.65 0.66 0.63
Hex DF 63 8B 0 38 26 D 155 42 3F
Octal 337 143 213 0 70 46 15 525 102 77
Binary 11011111 1100011 10001011 0 111000 100110 1101 101010101 1000010 111111

Color Harmonies of #DF638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF638B

Black with #DF638B

Text Example


Text Example

White with #DF638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF638B; }

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

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

background-color css

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

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

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

border-color css

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

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

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