Html Css Color HEX #DF8392 Carissma

📋 copy color: '#DF8392'

red 223 ◦ green 131 ◦ blue 146

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

Shades of Carissma #DF8392

Tints of Carissma #DF8392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 44.6%
G = 26.2%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF8392 (or 0xDF8392) is known color: Carissma. HEX triplet: DF, 83 and 92. RGB value is (223,131,146). Sum of RGB (Red+Green+Blue) = 223+131+146=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8392 is #207C6D. Grayscale: #A0A0A0. Windows color (decimal): -2129006 or 9602015. OLE color: 9602015.

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

Color convert

RGB 223 131 146 -
CMYK 0 0.41 0.35 0.13
HSL 350.22º 0.59% 0.69% -
HSV(B) 350.22º 0.41% 0.87% -
XYZ 43.74 34 31.45 -
YUV 160.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 223 131 146 0 0.41 0.35 0.13 350.22 0.59 0.69
Hex DF 83 92 0 29 23 D 15E 3B 45
Octal 337 203 222 0 51 43 15 536 73 105
Binary 11011111 10000011 10010010 0 101001 100011 1101 101011110 111011 1000101

Color Harmonies of #DF8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8392

Black with #DF8392

Text Example


Text Example

White with #DF8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8392; }

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

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

background-color css

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

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

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

border-color css

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

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

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