Html Css Color HEX #DF8586 Carissma

📋 copy color: '#DF8586'

red 223 ◦ green 133 ◦ blue 134

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

Shades of Carissma #DF8586

Tints of Carissma #DF8586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 45.51%
G = 27.14%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF8586 (or 0xDF8586) is known color: Carissma. HEX triplet: DF, 85 and 86. RGB value is (223,133,134). Sum of RGB (Red+Green+Blue) = 223+133+134=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8586 is #207A79. Grayscale: #A0A0A0. Windows color (decimal): -2128506 or 8816095. OLE color: 8816095.

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

Color convert

RGB 223 133 134 -
CMYK 0 0.40 0.40 0.13
HSL 359.33º 0.58% 0.7% -
HSV(B) 359.33º 0.4% 0.87% -
XYZ 43.12 34.18 26.88 -
YUV 160.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 223 133 134 0 0.40 0.40 0.13 359.33 0.58 0.7
Hex DF 85 86 0 28 28 D 167 3A 46
Octal 337 205 206 0 50 50 15 547 72 106
Binary 11011111 10000101 10000110 0 101000 101000 1101 101100111 111010 1000110

Color Harmonies of #DF8586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8586

Black with #DF8586

Text Example


Text Example

White with #DF8586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8586; }

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

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

background-color css

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

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

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

border-color css

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

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

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