Html Css Color HEX #DF8695 Carissma

📋 copy color: '#DF8695'

red 223 ◦ green 134 ◦ blue 149

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

Shades of Carissma #DF8695

Tints of Carissma #DF8695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.48%

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

R = 44.07%
G = 26.48%
B = 29.45%

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

#DF8695 (or 0xDF8695) is known color: Carissma. HEX triplet: DF, 86 and 95. RGB value is (223,134,149). Sum of RGB (Red+Green+Blue) = 223+134+149=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8695 is #20796A. Grayscale: #A2A2A2. Windows color (decimal): -2128235 or 9799391. OLE color: 9799391.

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

Color convert

RGB 223 134 149 -
CMYK 0 0.40 0.33 0.13
HSL 349.89º 0.58% 0.7% -
HSV(B) 349.89º 0.4% 0.87% -
XYZ 44.38 34.91 32.83 -
YUV 162.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 223 134 149 0 0.40 0.33 0.13 349.89 0.58 0.7
Hex DF 86 95 0 28 21 D 15E 3A 46
Octal 337 206 225 0 50 41 15 536 72 106
Binary 11011111 10000110 10010101 0 101000 100001 1101 101011110 111010 1000110

Color Harmonies of #DF8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8695

Black with #DF8695

Text Example


Text Example

White with #DF8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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