Html Css Color HEX #DF8593 Carissma

📋 copy color: '#DF8593'

red 223 ◦ green 133 ◦ blue 147

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

Shades of Carissma #DF8593

Tints of Carissma #DF8593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

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

R = 44.33%
G = 26.44%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF8593 (or 0xDF8593) is known color: Carissma. HEX triplet: DF, 85 and 93. RGB value is (223,133,147). Sum of RGB (Red+Green+Blue) = 223+133+147=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8593 is #207A6C. Grayscale: #A1A1A1. Windows color (decimal): -2128493 or 9668063. OLE color: 9668063.

HSL color Cylindrical-coordinate representation of color #DF8593: hue angle of 350.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8593 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 147 -
CMYK 0 0.40 0.34 0.13
HSL 350.67º 0.58% 0.7% -
HSV(B) 350.67º 0.4% 0.87% -
XYZ 44.09 34.57 31.95 -
YUV 161.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 223 133 147 0 0.40 0.34 0.13 350.67 0.58 0.7
Hex DF 85 93 0 28 22 D 15F 3A 46
Octal 337 205 223 0 50 42 15 537 72 106
Binary 11011111 10000101 10010011 0 101000 100010 1101 101011111 111010 1000110

Color Harmonies of #DF8593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8593

Black with #DF8593

Text Example


Text Example

White with #DF8593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8593; }

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

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

background-color css

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

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

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

border-color css

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

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

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