Html Css Color HEX #DC7F93 Carissma

📋 copy color: '#DC7F93'

red 220 ◦ green 127 ◦ blue 147

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

Shades of Carissma #DC7F93

Tints of Carissma #DC7F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 44.53%
G = 25.71%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC7F93 (or 0xDC7F93) is known color: Carissma. HEX triplet: DC, 7F and 93. RGB value is (220,127,147). Sum of RGB (Red+Green+Blue) = 220+127+147=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F93 is #23806C. Grayscale: #9D9D9D. Windows color (decimal): -2326637 or 9666524. OLE color: 9666524.

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

Color convert

RGB 220 127 147 -
CMYK 0 0.42 0.33 0.14
HSL 347.1º 0.57% 0.68% -
HSV(B) 347.1º 0.42% 0.86% -
XYZ 42.37 32.5 31.64 -
YUV 157.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 220 127 147 0 0.42 0.33 0.14 347.1 0.57 0.68
Hex DC 7F 93 0 2A 21 E 15B 39 44
Octal 334 177 223 0 52 41 16 533 71 104
Binary 11011100 1111111 10010011 0 101010 100001 1110 101011011 111001 1000100

Color Harmonies of #DC7F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F93

Black with #DC7F93

Text Example


Text Example

White with #DC7F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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