Html Css Color HEX #DC7E8D Carissma

📋 copy color: '#DC7E8D'

red 220 ◦ green 126 ◦ blue 141

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

Shades of Carissma #DC7E8D

Tints of Carissma #DC7E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 45.17%
G = 25.87%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC7E8D (or 0xDC7E8D) is known color: Carissma. HEX triplet: DC, 7E and 8D. RGB value is (220,126,141). Sum of RGB (Red+Green+Blue) = 220+126+141=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7E8D is #238172. Grayscale: #9B9B9B. Windows color (decimal): -2326899 or 9273052. OLE color: 9273052.

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

Color convert

RGB 220 126 141 -
CMYK 0 0.43 0.36 0.14
HSL 350.43º 0.57% 0.68% -
HSV(B) 350.43º 0.43% 0.86% -
XYZ 41.78 32.06 29.19 -
YUV 155.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 220 126 141 0 0.43 0.36 0.14 350.43 0.57 0.68
Hex DC 7E 8D 0 2B 24 E 15E 39 44
Octal 334 176 215 0 53 44 16 536 71 104
Binary 11011100 1111110 10001101 0 101011 100100 1110 101011110 111001 1000100

Color Harmonies of #DC7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E8D

Black with #DC7E8D

Text Example


Text Example

White with #DC7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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