Html Css Color HEX #DF8293 Carissma

📋 copy color: '#DF8293'

red 223 ◦ green 130 ◦ blue 147

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

Shades of Carissma #DF8293

Tints of Carissma #DF8293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

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

R = 44.6%
G = 26%
B = 29.4%

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

#DF8293 (or 0xDF8293) is known color: Carissma. HEX triplet: DF, 82 and 93. RGB value is (223,130,147). Sum of RGB (Red+Green+Blue) = 223+130+147=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8293 is #207D6C. Grayscale: #9F9F9F. Windows color (decimal): -2129261 or 9667295. OLE color: 9667295.

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

Color convert

RGB 223 130 147 -
CMYK 0 0.42 0.34 0.13
HSL 349.03º 0.59% 0.69% -
HSV(B) 349.03º 0.42% 0.87% -
XYZ 43.68 33.76 31.82 -
YUV 159.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 223 130 147 0 0.42 0.34 0.13 349.03 0.59 0.69
Hex DF 82 93 0 2A 22 D 15D 3B 45
Octal 337 202 223 0 52 42 15 535 73 105
Binary 11011111 10000010 10010011 0 101010 100010 1101 101011101 111011 1000101

Color Harmonies of #DF8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8293

Black with #DF8293

Text Example


Text Example

White with #DF8293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8293; }

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

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

background-color css

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

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

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

border-color css

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

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

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