Html Css Color HEX #DC7D8C Carissma

📋 copy color: '#DC7D8C'

red 220 ◦ green 125 ◦ blue 140

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

Shades of Carissma #DC7D8C

Tints of Carissma #DC7D8C

RGB

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

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

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

R = 45.36%
G = 25.77%
B = 28.87%

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

#DC7D8C (or 0xDC7D8C) is known color: Carissma. HEX triplet: DC, 7D and 8C. RGB value is (220,125,140). Sum of RGB (Red+Green+Blue) = 220+125+140=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D8C is #238273. Grayscale: #9B9B9B. Windows color (decimal): -2327156 or 9207260. OLE color: 9207260.

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

Color convert

RGB 220 125 140 -
CMYK 0 0.43 0.36 0.14
HSL 350.53º 0.58% 0.68% -
HSV(B) 350.53º 0.43% 0.86% -
XYZ 41.58 31.78 28.75 -
YUV 155.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 220 125 140 0 0.43 0.36 0.14 350.53 0.58 0.68
Hex DC 7D 8C 0 2B 24 E 15F 3A 44
Octal 334 175 214 0 53 44 16 537 72 104
Binary 11011100 1111101 10001100 0 101011 100100 1110 101011111 111010 1000100

Color Harmonies of #DC7D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D8C

Black with #DC7D8C

Text Example


Text Example

White with #DC7D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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