Html Css Color HEX #DC7F8C Carissma

📋 copy color: '#DC7F8C'

red 220 ◦ green 127 ◦ blue 140

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

Shades of Carissma #DC7F8C

Tints of Carissma #DC7F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.75%

R = 45.17%
G = 26.08%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC7F8C (or 0xDC7F8C) is known color: Carissma. HEX triplet: DC, 7F and 8C. RGB value is (220,127,140). Sum of RGB (Red+Green+Blue) = 220+127+140=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F8C is #238073. Grayscale: #9C9C9C. Windows color (decimal): -2326644 or 9207772. OLE color: 9207772.

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

Color convert

RGB 220 127 140 -
CMYK 0 0.42 0.36 0.14
HSL 351.61º 0.57% 0.68% -
HSV(B) 351.61º 0.42% 0.86% -
XYZ 41.84 32.29 28.84 -
YUV 156.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 220 127 140 0 0.42 0.36 0.14 351.61 0.57 0.68
Hex DC 7F 8C 0 2A 24 E 160 39 44
Octal 334 177 214 0 52 44 16 540 71 104
Binary 11011100 1111111 10001100 0 101010 100100 1110 101100000 111001 1000100

Color Harmonies of #DC7F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F8C

Black with #DC7F8C

Text Example


Text Example

White with #DC7F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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