Html Css Color HEX #DF8193 Carissma

📋 copy color: '#DF8193'

red 223 ◦ green 129 ◦ blue 147

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

Shades of Carissma #DF8193

Tints of Carissma #DF8193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.85%

 BLUE value IS 147 (57.81% from 255) = 29.46%

R = 44.69%
G = 25.85%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF8193 (or 0xDF8193) is known color: Carissma. HEX triplet: DF, 81 and 93. RGB value is (223,129,147). Sum of RGB (Red+Green+Blue) = 223+129+147=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8193 is #207E6C. Grayscale: #9F9F9F. Windows color (decimal): -2129517 or 9667039. OLE color: 9667039.

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

Color convert

RGB 223 129 147 -
CMYK 0 0.42 0.34 0.13
HSL 348.51º 0.59% 0.69% -
HSV(B) 348.51º 0.42% 0.87% -
XYZ 43.55 33.5 31.77 -
YUV 159.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 223 129 147 0 0.42 0.34 0.13 348.51 0.59 0.69
Hex DF 81 93 0 2A 22 D 15D 3B 45
Octal 337 201 223 0 52 42 15 535 73 105
Binary 11011111 10000001 10010011 0 101010 100010 1101 101011101 111011 1000101

Color Harmonies of #DF8193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8193

Black with #DF8193

Text Example


Text Example

White with #DF8193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8193; }

 p { color: rgb(223,129,147); }

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

background-color css

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

 a { background-color: rgb(223,129,147); }

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

border-color css

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

 span { border-color: rgb(223,129,147); }

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