Html Css Color HEX #DF8993 Carissma

📋 copy color: '#DF8993'

red 223 ◦ green 137 ◦ blue 147

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

Shades of Carissma #DF8993

Tints of Carissma #DF8993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.02%

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

R = 43.98%
G = 27.02%
B = 28.99%

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

#DF8993 (or 0xDF8993) is known color: Carissma. HEX triplet: DF, 89 and 93. RGB value is (223,137,147). Sum of RGB (Red+Green+Blue) = 223+137+147=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8993 is #20766C. Grayscale: #A3A3A3. Windows color (decimal): -2127469 or 9669087. OLE color: 9669087.

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

Color convert

RGB 223 137 147 -
CMYK 0 0.39 0.34 0.13
HSL 353.02º 0.57% 0.71% -
HSV(B) 353.02º 0.39% 0.87% -
XYZ 44.64 35.69 32.14 -
YUV 163.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 223 137 147 0 0.39 0.34 0.13 353.02 0.57 0.71
Hex DF 89 93 0 27 22 D 161 39 47
Octal 337 211 223 0 47 42 15 541 71 107
Binary 11011111 10001001 10010011 0 100111 100010 1101 101100001 111001 1000111

Color Harmonies of #DF8993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8993

Black with #DF8993

Text Example


Text Example

White with #DF8993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8993; }

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

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

background-color css

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

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

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

border-color css

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

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

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