Html Css Color HEX #DF8083 Carissma

📋 copy color: '#DF8083'

red 223 ◦ green 128 ◦ blue 131

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

Shades of Carissma #DF8083

Tints of Carissma #DF8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 46.27%
G = 26.56%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF8083 (or 0xDF8083) is known color: Carissma. HEX triplet: DF, 80 and 83. RGB value is (223,128,131). Sum of RGB (Red+Green+Blue) = 223+128+131=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8083 is #207F7C. Grayscale: #9C9C9C. Windows color (decimal): -2129789 or 8618207. OLE color: 8618207.

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

Color convert

RGB 223 128 131 -
CMYK 0 0.43 0.41 0.13
HSL 358.11º 0.6% 0.69% -
HSV(B) 358.11º 0.43% 0.87% -
XYZ 42.25 32.77 25.57 -
YUV 156.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 223 128 131 0 0.43 0.41 0.13 358.11 0.6 0.69
Hex DF 80 83 0 2B 29 D 166 3C 45
Octal 337 200 203 0 53 51 15 546 74 105
Binary 11011111 10000000 10000011 0 101011 101001 1101 101100110 111100 1000101

Color Harmonies of #DF8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8083

Black with #DF8083

Text Example


Text Example

White with #DF8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8083; }

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

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

background-color css

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

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

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

border-color css

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

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

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