Html Css Color HEX #DF8395 Carissma

📋 copy color: '#DF8395'

red 223 ◦ green 131 ◦ blue 149

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

Shades of Carissma #DF8395

Tints of Carissma #DF8395

RGB

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

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

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

R = 44.33%
G = 26.04%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF8395 (or 0xDF8395) is known color: Carissma. HEX triplet: DF, 83 and 95. RGB value is (223,131,149). Sum of RGB (Red+Green+Blue) = 223+131+149=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8395 is #207C6A. Grayscale: #A0A0A0. Windows color (decimal): -2129003 or 9798623. OLE color: 9798623.

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

Color convert

RGB 223 131 149 -
CMYK 0 0.41 0.33 0.13
HSL 348.26º 0.59% 0.69% -
HSV(B) 348.26º 0.41% 0.87% -
XYZ 43.97 34.09 32.7 -
YUV 160.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 223 131 149 0 0.41 0.33 0.13 348.26 0.59 0.69
Hex DF 83 95 0 29 21 D 15C 3B 45
Octal 337 203 225 0 51 41 15 534 73 105
Binary 11011111 10000011 10010101 0 101001 100001 1101 101011100 111011 1000101

Color Harmonies of #DF8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8395

Black with #DF8395

Text Example


Text Example

White with #DF8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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