Html Css Color HEX #DC7F99 Carissma

📋 copy color: '#DC7F99'

red 220 ◦ green 127 ◦ blue 153

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

Shades of Carissma #DC7F99

Tints of Carissma #DC7F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.6%

R = 44%
G = 25.4%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC7F99 (or 0xDC7F99) is known color: Carissma. HEX triplet: DC, 7F and 99. RGB value is (220,127,153). Sum of RGB (Red+Green+Blue) = 220+127+153=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F99 is #238066. Grayscale: #9D9D9D. Windows color (decimal): -2326631 or 10059740. OLE color: 10059740.

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

Color convert

RGB 220 127 153 -
CMYK 0 0.42 0.30 0.14
HSL 343.23º 0.57% 0.68% -
HSV(B) 343.23º 0.42% 0.86% -
XYZ 42.85 32.69 34.19 -
YUV 157.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 220 127 153 0 0.42 0.30 0.14 343.23 0.57 0.68
Hex DC 7F 99 0 2A 1E E 157 39 44
Octal 334 177 231 0 52 36 16 527 71 104
Binary 11011100 1111111 10011001 0 101010 11110 1110 101010111 111001 1000100

Color Harmonies of #DC7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F99

Black with #DC7F99

Text Example


Text Example

White with #DC7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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