Html Css Color HEX #DF8895 Carissma

📋 copy color: '#DF8895'

red 223 ◦ green 136 ◦ blue 149

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

Shades of Carissma #DF8895

Tints of Carissma #DF8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.77%

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

R = 43.9%
G = 26.77%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF8895 (or 0xDF8895) is known color: Carissma. HEX triplet: DF, 88 and 95. RGB value is (223,136,149). Sum of RGB (Red+Green+Blue) = 223+136+149=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8895 is #20776A. Grayscale: #A3A3A3. Windows color (decimal): -2127723 or 9799903. OLE color: 9799903.

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

Color convert

RGB 223 136 149 -
CMYK 0 0.39 0.33 0.13
HSL 351.03º 0.58% 0.7% -
HSV(B) 351.03º 0.39% 0.87% -
XYZ 44.66 35.47 32.93 -
YUV 163.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 223 136 149 0 0.39 0.33 0.13 351.03 0.58 0.7
Hex DF 88 95 0 27 21 D 15F 3A 46
Octal 337 210 225 0 47 41 15 537 72 106
Binary 11011111 10001000 10010101 0 100111 100001 1101 101011111 111010 1000110

Color Harmonies of #DF8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8895

Black with #DF8895

Text Example


Text Example

White with #DF8895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8895; }

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

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

background-color css

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

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

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

border-color css

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

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

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