Html Css Color HEX #DD7F89 Carissma

📋 copy color: '#DD7F89'

red 221 ◦ green 127 ◦ blue 137

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

Shades of Carissma #DD7F89

Tints of Carissma #DD7F89

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

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

R = 45.57%
G = 26.19%
B = 28.25%

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

#DD7F89 (or 0xDD7F89) is known color: Carissma. HEX triplet: DD, 7F and 89. RGB value is (221,127,137). Sum of RGB (Red+Green+Blue) = 221+127+137=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F89 is #228076. Grayscale: #9C9C9C. Windows color (decimal): -2261111 or 9011165. OLE color: 9011165.

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

Color convert

RGB 221 127 137 -
CMYK 0 0.43 0.38 0.13
HSL 353.62º 0.58% 0.68% -
HSV(B) 353.62º 0.43% 0.87% -
XYZ 41.92 32.36 27.7 -
YUV 156.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 221 127 137 0 0.43 0.38 0.13 353.62 0.58 0.68
Hex DD 7F 89 0 2B 26 D 162 3A 44
Octal 335 177 211 0 53 46 15 542 72 104
Binary 11011101 1111111 10001001 0 101011 100110 1101 101100010 111010 1000100

Color Harmonies of #DD7F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F89

Black with #DD7F89

Text Example


Text Example

White with #DD7F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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