Html Css Color HEX #DF8295 Carissma

📋 copy color: '#DF8295'

red 223 ◦ green 130 ◦ blue 149

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

Shades of Carissma #DF8295

Tints of Carissma #DF8295

RGB

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

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

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

R = 44.42%
G = 25.9%
B = 29.68%

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

#DF8295 (or 0xDF8295) is known color: Carissma. HEX triplet: DF, 82 and 95. RGB value is (223,130,149). Sum of RGB (Red+Green+Blue) = 223+130+149=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8295 is #207D6A. Grayscale: #9F9F9F. Windows color (decimal): -2129259 or 9798367. OLE color: 9798367.

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

Color convert

RGB 223 130 149 -
CMYK 0 0.42 0.33 0.13
HSL 347.74º 0.59% 0.69% -
HSV(B) 347.74º 0.42% 0.87% -
XYZ 43.84 33.82 32.65 -
YUV 159.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 223 130 149 0 0.42 0.33 0.13 347.74 0.59 0.69
Hex DF 82 95 0 2A 21 D 15C 3B 45
Octal 337 202 225 0 52 41 15 534 73 105
Binary 11011111 10000010 10010101 0 101010 100001 1101 101011100 111011 1000101

Color Harmonies of #DF8295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8295

Black with #DF8295

Text Example


Text Example

White with #DF8295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8295; }

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

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

background-color css

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

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

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

border-color css

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

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

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