Html Css Color HEX #DD868D Carissma

📋 copy color: '#DD868D'

red 221 ◦ green 134 ◦ blue 141

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

Shades of Carissma #DD868D

Tints of Carissma #DD868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.02%

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

R = 44.56%
G = 27.02%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD868D (or 0xDD868D) is known color: Carissma. HEX triplet: DD, 86 and 8D. RGB value is (221,134,141). Sum of RGB (Red+Green+Blue) = 221+134+141=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD868D is #227972. Grayscale: #A0A0A0. Windows color (decimal): -2259315 or 9275101. OLE color: 9275101.

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

Color convert

RGB 221 134 141 -
CMYK 0 0.39 0.36 0.13
HSL 355.17º 0.56% 0.7% -
HSV(B) 355.17º 0.39% 0.87% -
XYZ 43.15 34.35 29.55 -
YUV 160.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 221 134 141 0 0.39 0.36 0.13 355.17 0.56 0.7
Hex DD 86 8D 0 27 24 D 163 38 46
Octal 335 206 215 0 47 44 15 543 70 106
Binary 11011101 10000110 10001101 0 100111 100100 1101 101100011 111000 1000110

Color Harmonies of #DD868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD868D

Black with #DD868D

Text Example


Text Example

White with #DD868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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