Html Css Color HEX #DD7E89 Carissma

📋 copy color: '#DD7E89'

red 221 ◦ green 126 ◦ blue 137

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

Shades of Carissma #DD7E89

Tints of Carissma #DD7E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.31%

R = 45.66%
G = 26.03%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7E89 (or 0xDD7E89) is known color: Carissma. HEX triplet: DD, 7E and 89. RGB value is (221,126,137). Sum of RGB (Red+Green+Blue) = 221+126+137=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E89 is #228176. Grayscale: #9B9B9B. Windows color (decimal): -2261367 or 9010909. OLE color: 9010909.

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

Color convert

RGB 221 126 137 -
CMYK 0 0.43 0.38 0.13
HSL 353.05º 0.58% 0.68% -
HSV(B) 353.05º 0.43% 0.87% -
XYZ 41.8 32.1 27.66 -
YUV 155.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 221 126 137 0 0.43 0.38 0.13 353.05 0.58 0.68
Hex DD 7E 89 0 2B 26 D 161 3A 44
Octal 335 176 211 0 53 46 15 541 72 104
Binary 11011101 1111110 10001001 0 101011 100110 1101 101100001 111010 1000100

Color Harmonies of #DD7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E89

Black with #DD7E89

Text Example


Text Example

White with #DD7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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