Html Css Color HEX #DF8595 Carissma

📋 copy color: '#DF8595'

red 223 ◦ green 133 ◦ blue 149

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

Shades of Carissma #DF8595

Tints of Carissma #DF8595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 44.16%
G = 26.34%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF8595 (or 0xDF8595) is known color: Carissma. HEX triplet: DF, 85 and 95. RGB value is (223,133,149). Sum of RGB (Red+Green+Blue) = 223+133+149=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8595 is #207A6A. Grayscale: #A1A1A1. Windows color (decimal): -2128491 or 9799135. OLE color: 9799135.

HSL color Cylindrical-coordinate representation of color #DF8595: hue angle of 349.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 #DF8595 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 149 -
CMYK 0 0.40 0.33 0.13
HSL 349.33º 0.58% 0.7% -
HSV(B) 349.33º 0.4% 0.87% -
XYZ 44.24 34.63 32.79 -
YUV 161.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 223 133 149 0 0.40 0.33 0.13 349.33 0.58 0.7
Hex DF 85 95 0 28 21 D 15D 3A 46
Octal 337 205 225 0 50 41 15 535 72 106
Binary 11011111 10000101 10010101 0 101000 100001 1101 101011101 111010 1000110

Color Harmonies of #DF8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8595

Black with #DF8595

Text Example


Text Example

White with #DF8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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