Html Css Color HEX #DD878A Carissma

📋 copy color: '#DD878A'

red 221 ◦ green 135 ◦ blue 138

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

Shades of Carissma #DD878A

Tints of Carissma #DD878A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 44.74%
G = 27.33%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD878A (or 0xDD878A) is known color: Carissma. HEX triplet: DD, 87 and 8A. RGB value is (221,135,138). Sum of RGB (Red+Green+Blue) = 221+135+138=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD878A is #227875. Grayscale: #A1A1A1. Windows color (decimal): -2259062 or 9078749. OLE color: 9078749.

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

Color convert

RGB 221 135 138 -
CMYK 0 0.39 0.38 0.13
HSL 357.91º 0.56% 0.7% -
HSV(B) 357.91º 0.39% 0.87% -
XYZ 43.07 34.54 28.44 -
YUV 161.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 221 135 138 0 0.39 0.38 0.13 357.91 0.56 0.7
Hex DD 87 8A 0 27 26 D 166 38 46
Octal 335 207 212 0 47 46 15 546 70 106
Binary 11011101 10000111 10001010 0 100111 100110 1101 101100110 111000 1000110

Color Harmonies of #DD878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD878A

Black with #DD878A

Text Example


Text Example

White with #DD878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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