Html Css Color HEX #DF8894 Carissma

📋 copy color: '#DF8894'

red 223 ◦ green 136 ◦ blue 148

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

Shades of Carissma #DF8894

Tints of Carissma #DF8894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.82%

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

R = 43.98%
G = 26.82%
B = 29.19%

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

#DF8894 (or 0xDF8894) is known color: Carissma. HEX triplet: DF, 88 and 94. RGB value is (223,136,148). Sum of RGB (Red+Green+Blue) = 223+136+148=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8894 is #20776B. Grayscale: #A3A3A3. Windows color (decimal): -2127724 or 9734367. OLE color: 9734367.

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

Color convert

RGB 223 136 148 -
CMYK 0 0.39 0.34 0.13
HSL 351.72º 0.58% 0.7% -
HSV(B) 351.72º 0.39% 0.87% -
XYZ 44.58 35.43 32.51 -
YUV 163.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 223 136 148 0 0.39 0.34 0.13 351.72 0.58 0.7
Hex DF 88 94 0 27 22 D 160 3A 46
Octal 337 210 224 0 47 42 15 540 72 106
Binary 11011111 10001000 10010100 0 100111 100010 1101 101100000 111010 1000110

Color Harmonies of #DF8894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8894

Black with #DF8894

Text Example


Text Example

White with #DF8894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8894; }

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

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

background-color css

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

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

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

border-color css

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

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

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