Html Css Color HEX #DF8797 Carissma

📋 copy color: '#DF8797'

red 223 ◦ green 135 ◦ blue 151

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

Shades of Carissma #DF8797

Tints of Carissma #DF8797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.52%

 BLUE value IS 151 (59.38% from 255) = 29.67%

R = 43.81%
G = 26.52%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF8797 (or 0xDF8797) is known color: Carissma. HEX triplet: DF, 87 and 97. RGB value is (223,135,151). Sum of RGB (Red+Green+Blue) = 223+135+151=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8797 is #207868. Grayscale: #A3A3A3. Windows color (decimal): -2127977 or 9930719. OLE color: 9930719.

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

Color convert

RGB 223 135 151 -
CMYK 0 0.39 0.32 0.13
HSL 349.09º 0.58% 0.7% -
HSV(B) 349.09º 0.39% 0.87% -
XYZ 44.68 35.25 33.73 -
YUV 163.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 223 135 151 0 0.39 0.32 0.13 349.09 0.58 0.7
Hex DF 87 97 0 27 20 D 15D 3A 46
Octal 337 207 227 0 47 40 15 535 72 106
Binary 11011111 10000111 10010111 0 100111 100000 1101 101011101 111010 1000110

Color Harmonies of #DF8797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8797

Black with #DF8797

Text Example


Text Example

White with #DF8797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8797; }

 p { color: rgb(223,135,151); }

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

background-color css

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

 a { background-color: rgb(223,135,151); }

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

border-color css

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

 span { border-color: rgb(223,135,151); }

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