Html Css Color HEX #DC7D96 Carissma

📋 copy color: '#DC7D96'

red 220 ◦ green 125 ◦ blue 150

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

Shades of Carissma #DC7D96

Tints of Carissma #DC7D96

RGB

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

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

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

R = 44.44%
G = 25.25%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC7D96 (or 0xDC7D96) is known color: Carissma. HEX triplet: DC, 7D and 96. RGB value is (220,125,150). Sum of RGB (Red+Green+Blue) = 220+125+150=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D96 is #238269. Grayscale: #9C9C9C. Windows color (decimal): -2327146 or 9862620. OLE color: 9862620.

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

Color convert

RGB 220 125 150 -
CMYK 0 0.43 0.32 0.14
HSL 344.21º 0.58% 0.68% -
HSV(B) 344.21º 0.43% 0.86% -
XYZ 42.35 32.08 32.81 -
YUV 156.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 220 125 150 0 0.43 0.32 0.14 344.21 0.58 0.68
Hex DC 7D 96 0 2B 20 E 158 3A 44
Octal 334 175 226 0 53 40 16 530 72 104
Binary 11011100 1111101 10010110 0 101011 100000 1110 101011000 111010 1000100

Color Harmonies of #DC7D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D96

Black with #DC7D96

Text Example


Text Example

White with #DC7D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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