Html Css Color HEX #DC7F96 Carissma

📋 copy color: '#DC7F96'

red 220 ◦ green 127 ◦ blue 150

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

Shades of Carissma #DC7F96

Tints of Carissma #DC7F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 44.27%
G = 25.55%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC7F96 (or 0xDC7F96) is known color: Carissma. HEX triplet: DC, 7F and 96. RGB value is (220,127,150). Sum of RGB (Red+Green+Blue) = 220+127+150=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F96 is #238069. Grayscale: #9D9D9D. Windows color (decimal): -2326634 or 9863132. OLE color: 9863132.

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

Color convert

RGB 220 127 150 -
CMYK 0 0.42 0.32 0.14
HSL 345.16º 0.57% 0.68% -
HSV(B) 345.16º 0.42% 0.86% -
XYZ 42.61 32.6 32.9 -
YUV 157.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 220 127 150 0 0.42 0.32 0.14 345.16 0.57 0.68
Hex DC 7F 96 0 2A 20 E 159 39 44
Octal 334 177 226 0 52 40 16 531 71 104
Binary 11011100 1111111 10010110 0 101010 100000 1110 101011001 111001 1000100

Color Harmonies of #DC7F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F96

Black with #DC7F96

Text Example


Text Example

White with #DC7F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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