Html Css Color HEX #DD878D Carissma

📋 copy color: '#DD878D'

red 221 ◦ green 135 ◦ blue 141

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

Shades of Carissma #DD878D

Tints of Carissma #DD878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.16%

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

R = 44.47%
G = 27.16%
B = 28.37%

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

#DD878D (or 0xDD878D) is known color: Carissma. HEX triplet: DD, 87 and 8D. RGB value is (221,135,141). Sum of RGB (Red+Green+Blue) = 221+135+141=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD878D is #227872. Grayscale: #A1A1A1. Windows color (decimal): -2259059 or 9275357. OLE color: 9275357.

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

Color convert

RGB 221 135 141 -
CMYK 0 0.39 0.36 0.13
HSL 355.81º 0.56% 0.7% -
HSV(B) 355.81º 0.39% 0.87% -
XYZ 43.29 34.62 29.6 -
YUV 161.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 221 135 141 0 0.39 0.36 0.13 355.81 0.56 0.7
Hex DD 87 8D 0 27 24 D 164 38 46
Octal 335 207 215 0 47 44 15 544 70 106
Binary 11011101 10000111 10001101 0 100111 100100 1101 101100100 111000 1000110

Color Harmonies of #DD878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD878D

Black with #DD878D

Text Example


Text Example

White with #DD878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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