Html Css Color HEX #DF638A Deep Blush

📋 copy color: '#DF638A'

red 223 ◦ green 99 ◦ blue 138

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

Shades of Deep Blush #DF638A

Tints of Deep Blush #DF638A

RGB

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

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

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

R = 48.48%
G = 21.52%
B = 30%

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

#DF638A (or 0xDF638A) is known color: Deep Blush. HEX triplet: DF, 63 and 8A. RGB value is (223,99,138). Sum of RGB (Red+Green+Blue) = 223+99+138=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF638A is #209C75. Grayscale: #8C8C8C. Windows color (decimal): -2137206 or 9069535. OLE color: 9069535.

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

Color convert

RGB 223 99 138 -
CMYK 0 0.56 0.38 0.13
HSL 341.13º 0.66% 0.63% -
HSV(B) 341.13º 0.56% 0.87% -
XYZ 39.48 26.45 27.07 -
YUV 140.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 223 99 138 0 0.56 0.38 0.13 341.13 0.66 0.63
Hex DF 63 8A 0 38 26 D 155 42 3F
Octal 337 143 212 0 70 46 15 525 102 77
Binary 11011111 1100011 10001010 0 111000 100110 1101 101010101 1000010 111111

Color Harmonies of #DF638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF638A

Black with #DF638A

Text Example


Text Example

White with #DF638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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