Html Css Color HEX #DF638C Deep Blush

📋 copy color: '#DF638C'

red 223 ◦ green 99 ◦ blue 140

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

Shades of Deep Blush #DF638C

Tints of Deep Blush #DF638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 48.27%
G = 21.43%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF638C (or 0xDF638C) is known color: Deep Blush. HEX triplet: DF, 63 and 8C. RGB value is (223,99,140). Sum of RGB (Red+Green+Blue) = 223+99+140=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF638C is #209C73. Grayscale: #8C8C8C. Windows color (decimal): -2137204 or 9200607. OLE color: 9200607.

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

Color convert

RGB 223 99 140 -
CMYK 0 0.56 0.37 0.13
HSL 340.16º 0.66% 0.63% -
HSV(B) 340.16º 0.56% 0.87% -
XYZ 39.63 26.51 27.84 -
YUV 140.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 223 99 140 0 0.56 0.37 0.13 340.16 0.66 0.63
Hex DF 63 8C 0 38 25 D 154 42 3F
Octal 337 143 214 0 70 45 15 524 102 77
Binary 11011111 1100011 10001100 0 111000 100101 1101 101010100 1000010 111111

Color Harmonies of #DF638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF638C

Black with #DF638C

Text Example


Text Example

White with #DF638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF638C; }

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

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

background-color css

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

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

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

border-color css

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

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

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