Html Css Color HEX #DF6384 Deep Blush

📋 copy color: '#DF6384'

red 223 ◦ green 99 ◦ blue 132

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

Shades of Deep Blush #DF6384

Tints of Deep Blush #DF6384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 49.12%
G = 21.81%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF6384 (or 0xDF6384) is known color: Deep Blush. HEX triplet: DF, 63 and 84. RGB value is (223,99,132). Sum of RGB (Red+Green+Blue) = 223+99+132=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6384 is #209C7B. Grayscale: #8B8B8B. Windows color (decimal): -2137212 or 8676319. OLE color: 8676319.

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

Color convert

RGB 223 99 132 -
CMYK 0 0.56 0.41 0.13
HSL 344.03º 0.66% 0.63% -
HSV(B) 344.03º 0.56% 0.87% -
XYZ 39.06 26.28 24.84 -
YUV 139.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 223 99 132 0 0.56 0.41 0.13 344.03 0.66 0.63
Hex DF 63 84 0 38 29 D 158 42 3F
Octal 337 143 204 0 70 51 15 530 102 77
Binary 11011111 1100011 10000100 0 111000 101001 1101 101011000 1000010 111111

Color Harmonies of #DF6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6384

Black with #DF6384

Text Example


Text Example

White with #DF6384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6384; }

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

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

background-color css

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

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

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

border-color css

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

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

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