Html Css Color HEX #DF8196 Carissma

📋 copy color: '#DF8196'

red 223 ◦ green 129 ◦ blue 150

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

Shades of Carissma #DF8196

Tints of Carissma #DF8196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.7%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 44.42%
G = 25.7%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF8196 (or 0xDF8196) is known color: Carissma. HEX triplet: DF, 81 and 96. RGB value is (223,129,150). Sum of RGB (Red+Green+Blue) = 223+129+150=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8196 is #207E69. Grayscale: #9F9F9F. Windows color (decimal): -2129514 or 9863647. OLE color: 9863647.

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

Color convert

RGB 223 129 150 -
CMYK 0 0.42 0.33 0.13
HSL 346.6º 0.59% 0.69% -
HSV(B) 346.6º 0.42% 0.87% -
XYZ 43.79 33.59 33.03 -
YUV 159.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 223 129 150 0 0.42 0.33 0.13 346.6 0.59 0.69
Hex DF 81 96 0 2A 21 D 15B 3B 45
Octal 337 201 226 0 52 41 15 533 73 105
Binary 11011111 10000001 10010110 0 101010 100001 1101 101011011 111011 1000101

Color Harmonies of #DF8196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8196

Black with #DF8196

Text Example


Text Example

White with #DF8196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8196; }

 p { color: rgb(223,129,150); }

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

background-color css

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

 a { background-color: rgb(223,129,150); }

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

border-color css

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

 span { border-color: rgb(223,129,150); }

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