Html Css Color HEX #DC7F89 Carissma

📋 copy color: '#DC7F89'

red 220 ◦ green 127 ◦ blue 137

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

Shades of Carissma #DC7F89

Tints of Carissma #DC7F89

RGB

 RED value IS 220 (86.33% from 255) = 45.45%

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

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

R = 45.45%
G = 26.24%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC7F89 (or 0xDC7F89) is known color: Carissma. HEX triplet: DC, 7F and 89. RGB value is (220,127,137). Sum of RGB (Red+Green+Blue) = 220+127+137=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F89 is #238076. Grayscale: #9C9C9C. Windows color (decimal): -2326647 or 9011164. OLE color: 9011164.

HSL color Cylindrical-coordinate representation of color #DC7F89: hue angle of 353.55º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7F89 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 137 -
CMYK 0 0.42 0.38 0.14
HSL 353.55º 0.57% 0.68% -
HSV(B) 353.55º 0.42% 0.86% -
XYZ 41.62 32.2 27.69 -
YUV 155.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 220 127 137 0 0.42 0.38 0.14 353.55 0.57 0.68
Hex DC 7F 89 0 2A 26 E 162 39 44
Octal 334 177 211 0 52 46 16 542 71 104
Binary 11011100 1111111 10001001 0 101010 100110 1110 101100010 111001 1000100

Color Harmonies of #DC7F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F89

Black with #DC7F89

Text Example


Text Example

White with #DC7F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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