Html Css Color HEX #DF8296 Carissma

📋 copy color: '#DF8296'

red 223 ◦ green 130 ◦ blue 150

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

Shades of Carissma #DF8296

Tints of Carissma #DF8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.84%

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

R = 44.33%
G = 25.84%
B = 29.82%

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

#DF8296 (or 0xDF8296) is known color: Carissma. HEX triplet: DF, 82 and 96. RGB value is (223,130,150). Sum of RGB (Red+Green+Blue) = 223+130+150=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8296 is #207D69. Grayscale: #A0A0A0. Windows color (decimal): -2129258 or 9863903. OLE color: 9863903.

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

Color convert

RGB 223 130 150 -
CMYK 0 0.42 0.33 0.13
HSL 347.1º 0.59% 0.69% -
HSV(B) 347.1º 0.42% 0.87% -
XYZ 43.92 33.86 33.07 -
YUV 160.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 223 130 150 0 0.42 0.33 0.13 347.1 0.59 0.69
Hex DF 82 96 0 2A 21 D 15B 3B 45
Octal 337 202 226 0 52 41 15 533 73 105
Binary 11011111 10000010 10010110 0 101010 100001 1101 101011011 111011 1000101

Color Harmonies of #DF8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8296

Black with #DF8296

Text Example


Text Example

White with #DF8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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