Html Css Color HEX #DD878C Carissma

📋 copy color: '#DD878C'

red 221 ◦ green 135 ◦ blue 140

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

Shades of Carissma #DD878C

Tints of Carissma #DD878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 44.56%
G = 27.22%
B = 28.23%

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

#DD878C (or 0xDD878C) is known color: Carissma. HEX triplet: DD, 87 and 8C. RGB value is (221,135,140). Sum of RGB (Red+Green+Blue) = 221+135+140=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD878C is #227873. Grayscale: #A1A1A1. Windows color (decimal): -2259060 or 9209821. OLE color: 9209821.

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

Color convert

RGB 221 135 140 -
CMYK 0 0.39 0.37 0.13
HSL 356.51º 0.56% 0.7% -
HSV(B) 356.51º 0.39% 0.87% -
XYZ 43.22 34.59 29.21 -
YUV 161.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 221 135 140 0 0.39 0.37 0.13 356.51 0.56 0.7
Hex DD 87 8C 0 27 25 D 165 38 46
Octal 335 207 214 0 47 45 15 545 70 106
Binary 11011101 10000111 10001100 0 100111 100101 1101 101100101 111000 1000110

Color Harmonies of #DD878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD878C

Black with #DD878C

Text Example


Text Example

White with #DD878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD878C; }

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

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

background-color css

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

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

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

border-color css

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

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

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