Html Css Color HEX #DF8793 Carissma

📋 copy color: '#DF8793'

red 223 ◦ green 135 ◦ blue 147

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

Shades of Carissma #DF8793

Tints of Carissma #DF8793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.73%

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

R = 44.16%
G = 26.73%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF8793 (or 0xDF8793) is known color: Carissma. HEX triplet: DF, 87 and 93. RGB value is (223,135,147). Sum of RGB (Red+Green+Blue) = 223+135+147=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8793 is #20786C. Grayscale: #A2A2A2. Windows color (decimal): -2127981 or 9668575. OLE color: 9668575.

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

Color convert

RGB 223 135 147 -
CMYK 0 0.39 0.34 0.13
HSL 351.82º 0.58% 0.7% -
HSV(B) 351.82º 0.39% 0.87% -
XYZ 44.36 35.12 32.04 -
YUV 162.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 223 135 147 0 0.39 0.34 0.13 351.82 0.58 0.7
Hex DF 87 93 0 27 22 D 160 3A 46
Octal 337 207 223 0 47 42 15 540 72 106
Binary 11011111 10000111 10010011 0 100111 100010 1101 101100000 111010 1000110

Color Harmonies of #DF8793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8793

Black with #DF8793

Text Example


Text Example

White with #DF8793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8793; }

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

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

background-color css

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

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

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

border-color css

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

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

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