Html Css Color HEX #DD7E87 Carissma

📋 copy color: '#DD7E87'

red 221 ◦ green 126 ◦ blue 135

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

Shades of Carissma #DD7E87

Tints of Carissma #DD7E87

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 45.85%
G = 26.14%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD7E87 (or 0xDD7E87) is known color: Carissma. HEX triplet: DD, 7E and 87. RGB value is (221,126,135). Sum of RGB (Red+Green+Blue) = 221+126+135=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E87 is #228178. Grayscale: #9B9B9B. Windows color (decimal): -2261369 or 8879837. OLE color: 8879837.

HSL color Cylindrical-coordinate representation of color #DD7E87: hue angle of 354.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7E87 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 135 -
CMYK 0 0.43 0.39 0.13
HSL 354.32º 0.58% 0.68% -
HSV(B) 354.32º 0.43% 0.87% -
XYZ 41.65 32.04 26.91 -
YUV 155.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 221 126 135 0 0.43 0.39 0.13 354.32 0.58 0.68
Hex DD 7E 87 0 2B 27 D 162 3A 44
Octal 335 176 207 0 53 47 15 542 72 104
Binary 11011101 1111110 10000111 0 101011 100111 1101 101100010 111010 1000100

Color Harmonies of #DD7E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E87

Black with #DD7E87

Text Example


Text Example

White with #DD7E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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