Html Css Color HEX #DF8994 Carissma

📋 copy color: '#DF8994'

red 223 ◦ green 137 ◦ blue 148

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

Shades of Carissma #DF8994

Tints of Carissma #DF8994

RGB

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

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

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

R = 43.9%
G = 26.97%
B = 29.13%

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

#DF8994 (or 0xDF8994) is known color: Carissma. HEX triplet: DF, 89 and 94. RGB value is (223,137,148). Sum of RGB (Red+Green+Blue) = 223+137+148=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8994 is #20766B. Grayscale: #A4A4A4. Windows color (decimal): -2127468 or 9734623. OLE color: 9734623.

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

Color convert

RGB 223 137 148 -
CMYK 0 0.39 0.34 0.13
HSL 352.33º 0.57% 0.71% -
HSV(B) 352.33º 0.39% 0.87% -
XYZ 44.72 35.72 32.55 -
YUV 163.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 223 137 148 0 0.39 0.34 0.13 352.33 0.57 0.71
Hex DF 89 94 0 27 22 D 160 39 47
Octal 337 211 224 0 47 42 15 540 71 107
Binary 11011111 10001001 10010100 0 100111 100010 1101 101100000 111001 1000111

Color Harmonies of #DF8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8994

Black with #DF8994

Text Example


Text Example

White with #DF8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8994; }

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

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

background-color css

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

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

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

border-color css

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

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

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