Html Css Color HEX #DC7F97 Carissma

📋 copy color: '#DC7F97'

red 220 ◦ green 127 ◦ blue 151

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

Shades of Carissma #DC7F97

Tints of Carissma #DC7F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.32%

R = 44.18%
G = 25.5%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC7F97 (or 0xDC7F97) is known color: Carissma. HEX triplet: DC, 7F and 97. RGB value is (220,127,151). Sum of RGB (Red+Green+Blue) = 220+127+151=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F97 is #238068. Grayscale: #9D9D9D. Windows color (decimal): -2326633 or 9928668. OLE color: 9928668.

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

Color convert

RGB 220 127 151 -
CMYK 0 0.42 0.31 0.14
HSL 344.52º 0.57% 0.68% -
HSV(B) 344.52º 0.42% 0.86% -
XYZ 42.69 32.63 33.33 -
YUV 157.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 220 127 151 0 0.42 0.31 0.14 344.52 0.57 0.68
Hex DC 7F 97 0 2A 1F E 159 39 44
Octal 334 177 227 0 52 37 16 531 71 104
Binary 11011100 1111111 10010111 0 101010 11111 1110 101011001 111001 1000100

Color Harmonies of #DC7F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F97

Black with #DC7F97

Text Example


Text Example

White with #DC7F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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