Html Css Color HEX #DF6388 Deep Blush

📋 copy color: '#DF6388'

red 223 ◦ green 99 ◦ blue 136

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

Shades of Deep Blush #DF6388

Tints of Deep Blush #DF6388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.69%

R = 48.69%
G = 21.62%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF6388 (or 0xDF6388) is known color: Deep Blush. HEX triplet: DF, 63 and 88. RGB value is (223,99,136). Sum of RGB (Red+Green+Blue) = 223+99+136=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6388 is #209C77. Grayscale: #8C8C8C. Windows color (decimal): -2137208 or 8938463. OLE color: 8938463.

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

Color convert

RGB 223 99 136 -
CMYK 0 0.56 0.39 0.13
HSL 342.1º 0.66% 0.63% -
HSV(B) 342.1º 0.56% 0.87% -
XYZ 39.34 26.39 26.31 -
YUV 140.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 223 99 136 0 0.56 0.39 0.13 342.1 0.66 0.63
Hex DF 63 88 0 38 27 D 156 42 3F
Octal 337 143 210 0 70 47 15 526 102 77
Binary 11011111 1100011 10001000 0 111000 100111 1101 101010110 1000010 111111

Color Harmonies of #DF6388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6388

Black with #DF6388

Text Example


Text Example

White with #DF6388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6388; }

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

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

background-color css

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

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

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

border-color css

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

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

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