Html Css Color HEX #DC7F8F Carissma

📋 copy color: '#DC7F8F'

red 220 ◦ green 127 ◦ blue 143

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

Shades of Carissma #DC7F8F

Tints of Carissma #DC7F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 44.9%
G = 25.92%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC7F8F (or 0xDC7F8F) is known color: Carissma. HEX triplet: DC, 7F and 8F. RGB value is (220,127,143). Sum of RGB (Red+Green+Blue) = 220+127+143=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F8F is #238070. Grayscale: #9C9C9C. Windows color (decimal): -2326641 or 9404380. OLE color: 9404380.

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

Color convert

RGB 220 127 143 -
CMYK 0 0.42 0.35 0.14
HSL 349.68º 0.57% 0.68% -
HSV(B) 349.68º 0.42% 0.86% -
XYZ 42.06 32.38 30.02 -
YUV 156.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 220 127 143 0 0.42 0.35 0.14 349.68 0.57 0.68
Hex DC 7F 8F 0 2A 23 E 15E 39 44
Octal 334 177 217 0 52 43 16 536 71 104
Binary 11011100 1111111 10001111 0 101010 100011 1110 101011110 111001 1000100

Color Harmonies of #DC7F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F8F

Black with #DC7F8F

Text Example


Text Example

White with #DC7F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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