Html Css Color HEX #DC7F87 Carissma

📋 copy color: '#DC7F87'

red 220 ◦ green 127 ◦ blue 135

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

Shades of Carissma #DC7F87

Tints of Carissma #DC7F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 45.64%
G = 26.35%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC7F87 (or 0xDC7F87) is known color: Carissma. HEX triplet: DC, 7F and 87. RGB value is (220,127,135). Sum of RGB (Red+Green+Blue) = 220+127+135=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F87 is #238078. Grayscale: #9B9B9B. Windows color (decimal): -2326649 or 8880092. OLE color: 8880092.

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

Color convert

RGB 220 127 135 -
CMYK 0 0.42 0.39 0.14
HSL 354.84º 0.57% 0.68% -
HSV(B) 354.84º 0.42% 0.86% -
XYZ 41.48 32.14 26.94 -
YUV 155.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 220 127 135 0 0.42 0.39 0.14 354.84 0.57 0.68
Hex DC 7F 87 0 2A 27 E 163 39 44
Octal 334 177 207 0 52 47 16 543 71 104
Binary 11011100 1111111 10000111 0 101010 100111 1110 101100011 111001 1000100

Color Harmonies of #DC7F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F87

Black with #DC7F87

Text Example


Text Example

White with #DC7F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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