Html Css Color HEX #DC7D8A Carissma

📋 copy color: '#DC7D8A'

red 220 ◦ green 125 ◦ blue 138

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

Shades of Carissma #DC7D8A

Tints of Carissma #DC7D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 45.55%
G = 25.88%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC7D8A (or 0xDC7D8A) is known color: Carissma. HEX triplet: DC, 7D and 8A. RGB value is (220,125,138). Sum of RGB (Red+Green+Blue) = 220+125+138=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D8A is #238275. Grayscale: #9A9A9A. Windows color (decimal): -2327158 or 9076188. OLE color: 9076188.

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

Color convert

RGB 220 125 138 -
CMYK 0 0.43 0.37 0.14
HSL 351.79º 0.58% 0.68% -
HSV(B) 351.79º 0.43% 0.86% -
XYZ 41.44 31.72 27.98 -
YUV 154.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 220 125 138 0 0.43 0.37 0.14 351.79 0.58 0.68
Hex DC 7D 8A 0 2B 25 E 160 3A 44
Octal 334 175 212 0 53 45 16 540 72 104
Binary 11011100 1111101 10001010 0 101011 100101 1110 101100000 111010 1000100

Color Harmonies of #DC7D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D8A

Black with #DC7D8A

Text Example


Text Example

White with #DC7D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D8A; }

 p { color: rgb(220,125,138); }

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

background-color css

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

 a { background-color: rgb(220,125,138); }

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

border-color css

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

 span { border-color: rgb(220,125,138); }

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