Html Css Color HEX #DF8E94 Carissma

📋 copy color: '#DF8E94'

red 223 ◦ green 142 ◦ blue 148

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

Shades of Carissma #DF8E94

Tints of Carissma #DF8E94

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.68%

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 43.47%
G = 27.68%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF8E94 (or 0xDF8E94) is known color: Carissma. HEX triplet: DF, 8E and 94. RGB value is (223,142,148). Sum of RGB (Red+Green+Blue) = 223+142+148=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E94 is #20716B. Grayscale: #A6A6A6. Windows color (decimal): -2126188 or 9735903. OLE color: 9735903.

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

Color convert

RGB 223 142 148 -
CMYK 0 0.36 0.34 0.13
HSL 355.56º 0.56% 0.72% -
HSV(B) 355.56º 0.36% 0.87% -
XYZ 45.45 37.17 32.8 -
YUV 166.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 223 142 148 0 0.36 0.34 0.13 355.56 0.56 0.72
Hex DF 8E 94 0 24 22 D 164 38 48
Octal 337 216 224 0 44 42 15 544 70 110
Binary 11011111 10001110 10010100 0 100100 100010 1101 101100100 111000 1001000

Color Harmonies of #DF8E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E94

Black with #DF8E94

Text Example


Text Example

White with #DF8E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E94; }

 p { color: rgb(223,142,148); }

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

background-color css

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

 a { background-color: rgb(223,142,148); }

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

border-color css

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

 span { border-color: rgb(223,142,148); }

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