Html Css Color HEX #DD888D Carissma

📋 copy color: '#DD888D'

red 221 ◦ green 136 ◦ blue 141

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

Shades of Carissma #DD888D

Tints of Carissma #DD888D

RGB

 RED value IS 221 (86.72% from 255) = 44.38%

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

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

R = 44.38%
G = 27.31%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD888D (or 0xDD888D) is known color: Carissma. HEX triplet: DD, 88 and 8D. RGB value is (221,136,141). Sum of RGB (Red+Green+Blue) = 221+136+141=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD888D is #227772. Grayscale: #A2A2A2. Windows color (decimal): -2258803 or 9275613. OLE color: 9275613.

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

Color convert

RGB 221 136 141 -
CMYK 0 0.38 0.36 0.13
HSL 356.47º 0.56% 0.7% -
HSV(B) 356.47º 0.38% 0.87% -
XYZ 43.43 34.9 29.65 -
YUV 161.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 221 136 141 0 0.38 0.36 0.13 356.47 0.56 0.7
Hex DD 88 8D 0 26 24 D 164 38 46
Octal 335 210 215 0 46 44 15 544 70 106
Binary 11011101 10001000 10001101 0 100110 100100 1101 101100100 111000 1000110

Color Harmonies of #DD888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD888D

Black with #DD888D

Text Example


Text Example

White with #DD888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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