Html Css Color HEX #DF8795 Carissma

📋 copy color: '#DF8795'

red 223 ◦ green 135 ◦ blue 149

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

Shades of Carissma #DF8795

Tints of Carissma #DF8795

RGB

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

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

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

R = 43.98%
G = 26.63%
B = 29.39%

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

#DF8795 (or 0xDF8795) is known color: Carissma. HEX triplet: DF, 87 and 95. RGB value is (223,135,149). Sum of RGB (Red+Green+Blue) = 223+135+149=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8795 is #20786A. Grayscale: #A2A2A2. Windows color (decimal): -2127979 or 9799647. OLE color: 9799647.

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

Color convert

RGB 223 135 149 -
CMYK 0 0.39 0.33 0.13
HSL 350.45º 0.58% 0.7% -
HSV(B) 350.45º 0.39% 0.87% -
XYZ 44.52 35.19 32.88 -
YUV 162.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 223 135 149 0 0.39 0.33 0.13 350.45 0.58 0.7
Hex DF 87 95 0 27 21 D 15E 3A 46
Octal 337 207 225 0 47 41 15 536 72 106
Binary 11011111 10000111 10010101 0 100111 100001 1101 101011110 111010 1000110

Color Harmonies of #DF8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8795

Black with #DF8795

Text Example


Text Example

White with #DF8795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8795; }

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

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

background-color css

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

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

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

border-color css

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

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

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