Html Css Color HEX #DC7E89 Carissma

📋 copy color: '#DC7E89'

red 220 ◦ green 126 ◦ blue 137

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

Shades of Carissma #DC7E89

Tints of Carissma #DC7E89

RGB

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

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

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

R = 45.55%
G = 26.09%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC7E89 (or 0xDC7E89) is known color: Carissma. HEX triplet: DC, 7E and 89. RGB value is (220,126,137). Sum of RGB (Red+Green+Blue) = 220+126+137=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E89 is #238176. Grayscale: #9B9B9B. Windows color (decimal): -2326903 or 9010908. OLE color: 9010908.

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

Color convert

RGB 220 126 137 -
CMYK 0 0.43 0.38 0.14
HSL 352.98º 0.57% 0.68% -
HSV(B) 352.98º 0.43% 0.86% -
XYZ 41.49 31.94 27.65 -
YUV 155.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 220 126 137 0 0.43 0.38 0.14 352.98 0.57 0.68
Hex DC 7E 89 0 2B 26 E 161 39 44
Octal 334 176 211 0 53 46 16 541 71 104
Binary 11011100 1111110 10001001 0 101011 100110 1110 101100001 111001 1000100

Color Harmonies of #DC7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E89

Black with #DC7E89

Text Example


Text Example

White with #DC7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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