Html Css Color HEX #DC7D88 Carissma

📋 copy color: '#DC7D88'

red 220 ◦ green 125 ◦ blue 136

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

Shades of Carissma #DC7D88

Tints of Carissma #DC7D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.27%

R = 45.74%
G = 25.99%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC7D88 (or 0xDC7D88) is known color: Carissma. HEX triplet: DC, 7D and 88. RGB value is (220,125,136). Sum of RGB (Red+Green+Blue) = 220+125+136=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D88 is #238277. Grayscale: #9A9A9A. Windows color (decimal): -2327160 or 8945116. OLE color: 8945116.

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

Color convert

RGB 220 125 136 -
CMYK 0 0.43 0.38 0.14
HSL 353.05º 0.58% 0.68% -
HSV(B) 353.05º 0.43% 0.86% -
XYZ 41.29 31.66 27.23 -
YUV 154.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 220 125 136 0 0.43 0.38 0.14 353.05 0.58 0.68
Hex DC 7D 88 0 2B 26 E 161 3A 44
Octal 334 175 210 0 53 46 16 541 72 104
Binary 11011100 1111101 10001000 0 101011 100110 1110 101100001 111010 1000100

Color Harmonies of #DC7D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D88

Black with #DC7D88

Text Example


Text Example

White with #DC7D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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