Html Css Color HEX #DF8192 Carissma

📋 copy color: '#DF8192'

red 223 ◦ green 129 ◦ blue 146

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

Shades of Carissma #DF8192

Tints of Carissma #DF8192

RGB

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

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

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

R = 44.78%
G = 25.9%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF8192 (or 0xDF8192) is known color: Carissma. HEX triplet: DF, 81 and 92. RGB value is (223,129,146). Sum of RGB (Red+Green+Blue) = 223+129+146=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8192 is #207E6D. Grayscale: #9F9F9F. Windows color (decimal): -2129518 or 9601503. OLE color: 9601503.

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

Color convert

RGB 223 129 146 -
CMYK 0 0.42 0.35 0.13
HSL 349.15º 0.59% 0.69% -
HSV(B) 349.15º 0.42% 0.87% -
XYZ 43.47 33.46 31.36 -
YUV 159.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 223 129 146 0 0.42 0.35 0.13 349.15 0.59 0.69
Hex DF 81 92 0 2A 23 D 15D 3B 45
Octal 337 201 222 0 52 43 15 535 73 105
Binary 11011111 10000001 10010010 0 101010 100011 1101 101011101 111011 1000101

Color Harmonies of #DF8192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8192

Black with #DF8192

Text Example


Text Example

White with #DF8192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8192; }

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

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

background-color css

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

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

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

border-color css

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

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

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