Html Css Color HEX #DF8386 Carissma

📋 copy color: '#DF8386'

red 223 ◦ green 131 ◦ blue 134

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

Shades of Carissma #DF8386

Tints of Carissma #DF8386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

 BLUE value IS 134 (52.73% from 255) = 27.46%

R = 45.7%
G = 26.84%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF8386 (or 0xDF8386) is known color: Carissma. HEX triplet: DF, 83 and 86. RGB value is (223,131,134). Sum of RGB (Red+Green+Blue) = 223+131+134=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8386 is #207C79. Grayscale: #9E9E9E. Windows color (decimal): -2129018 or 8815583. OLE color: 8815583.

HSL color Cylindrical-coordinate representation of color #DF8386: hue angle of 358.04º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF8386 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 131 134 -
CMYK 0 0.41 0.40 0.13
HSL 358.04º 0.59% 0.69% -
HSV(B) 358.04º 0.41% 0.87% -
XYZ 42.85 33.64 26.79 -
YUV 158.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 223 131 134 0 0.41 0.40 0.13 358.04 0.59 0.69
Hex DF 83 86 0 29 28 D 166 3B 45
Octal 337 203 206 0 51 50 15 546 73 105
Binary 11011111 10000011 10000110 0 101001 101000 1101 101100110 111011 1000101

Color Harmonies of #DF8386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8386

Black with #DF8386

Text Example


Text Example

White with #DF8386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8386; }

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

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

background-color css

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

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

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

border-color css

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

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

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