Html Css Color HEX #DF888D Carissma

📋 copy color: '#DF888D'

red 223 ◦ green 136 ◦ blue 141

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

Shades of Carissma #DF888D

Tints of Carissma #DF888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 44.6%
G = 27.2%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF888D (or 0xDF888D) is known color: Carissma. HEX triplet: DF, 88 and 8D. RGB value is (223,136,141). Sum of RGB (Red+Green+Blue) = 223+136+141=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF888D is #207772. Grayscale: #A2A2A2. Windows color (decimal): -2127731 or 9275615. OLE color: 9275615.

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

Color convert

RGB 223 136 141 -
CMYK 0 0.39 0.37 0.13
HSL 356.55º 0.58% 0.7% -
HSV(B) 356.55º 0.39% 0.87% -
XYZ 44.04 35.22 29.68 -
YUV 162.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 223 136 141 0 0.39 0.37 0.13 356.55 0.58 0.7
Hex DF 88 8D 0 27 25 D 165 3A 46
Octal 337 210 215 0 47 45 15 545 72 106
Binary 11011111 10001000 10001101 0 100111 100101 1101 101100101 111010 1000110

Color Harmonies of #DF888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF888D

Black with #DF888D

Text Example


Text Example

White with #DF888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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