Html Css Color HEX #DD7D89 Carissma

📋 copy color: '#DD7D89'

red 221 ◦ green 125 ◦ blue 137

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

Shades of Carissma #DD7D89

Tints of Carissma #DD7D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.88%

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

R = 45.76%
G = 25.88%
B = 28.36%

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

#DD7D89 (or 0xDD7D89) is known color: Carissma. HEX triplet: DD, 7D and 89. RGB value is (221,125,137). Sum of RGB (Red+Green+Blue) = 221+125+137=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D89 is #228276. Grayscale: #9B9B9B. Windows color (decimal): -2261623 or 9010653. OLE color: 9010653.

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

Color convert

RGB 221 125 137 -
CMYK 0 0.43 0.38 0.13
HSL 352.5º 0.59% 0.68% -
HSV(B) 352.5º 0.43% 0.87% -
XYZ 41.67 31.85 27.62 -
YUV 155.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 221 125 137 0 0.43 0.38 0.13 352.5 0.59 0.68
Hex DD 7D 89 0 2B 26 D 160 3B 44
Octal 335 175 211 0 53 46 15 540 73 104
Binary 11011101 1111101 10001001 0 101011 100110 1101 101100000 111011 1000100

Color Harmonies of #DD7D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D89

Black with #DD7D89

Text Example


Text Example

White with #DD7D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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