Html Css Color HEX #DC7C8A Carissma

📋 copy color: '#DC7C8A'

red 220 ◦ green 124 ◦ blue 138

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

Shades of Carissma #DC7C8A

Tints of Carissma #DC7C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

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

R = 45.64%
G = 25.73%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC7C8A (or 0xDC7C8A) is known color: Carissma. HEX triplet: DC, 7C and 8A. RGB value is (220,124,138). Sum of RGB (Red+Green+Blue) = 220+124+138=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C8A is #238375. Grayscale: #9A9A9A. Windows color (decimal): -2327414 or 9075932. OLE color: 9075932.

HSL color Cylindrical-coordinate representation of color #DC7C8A: hue angle of 351.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7C8A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 124 138 -
CMYK 0 0.44 0.37 0.14
HSL 351.25º 0.58% 0.67% -
HSV(B) 351.25º 0.44% 0.86% -
XYZ 41.31 31.47 27.94 -
YUV 154.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 220 124 138 0 0.44 0.37 0.14 351.25 0.58 0.67
Hex DC 7C 8A 0 2C 25 E 15F 3A 43
Octal 334 174 212 0 54 45 16 537 72 103
Binary 11011100 1111100 10001010 0 101100 100101 1110 101011111 111010 1000011

Color Harmonies of #DC7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C8A

Black with #DC7C8A

Text Example


Text Example

White with #DC7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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