Html Css Color HEX #DF6585 Deep Blush

📋 copy color: '#DF6585'

red 223 ◦ green 101 ◦ blue 133

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

Shades of Deep Blush #DF6585

Tints of Deep Blush #DF6585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.1%

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 48.8%
G = 22.1%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF6585 (or 0xDF6585) is known color: Deep Blush. HEX triplet: DF, 65 and 85. RGB value is (223,101,133). Sum of RGB (Red+Green+Blue) = 223+101+133=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6585 is #209A7A. Grayscale: #8D8D8D. Windows color (decimal): -2136699 or 8742367. OLE color: 8742367.

HSL color Cylindrical-coordinate representation of color #DF6585: hue angle of 344.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6585 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 101 133 -
CMYK 0 0.55 0.40 0.13
HSL 344.26º 0.66% 0.64% -
HSV(B) 344.26º 0.55% 0.87% -
XYZ 39.32 26.69 25.27 -
YUV 141.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 223 101 133 0 0.55 0.40 0.13 344.26 0.66 0.64
Hex DF 65 85 0 37 28 D 158 42 40
Octal 337 145 205 0 67 50 15 530 102 100
Binary 11011111 1100101 10000101 0 110111 101000 1101 101011000 1000010 1000000

Color Harmonies of #DF6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6585

Black with #DF6585

Text Example


Text Example

White with #DF6585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6585; }

 p { color: rgb(223,101,133); }

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

background-color css

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

 a { background-color: rgb(223,101,133); }

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

border-color css

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

 span { border-color: rgb(223,101,133); }

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