Html Css Color HEX #DC7D8F Carissma

📋 copy color: '#DC7D8F'

red 220 ◦ green 125 ◦ blue 143

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

Shades of Carissma #DC7D8F

Tints of Carissma #DC7D8F

RGB

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

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

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

R = 45.08%
G = 25.61%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC7D8F (or 0xDC7D8F) is known color: Carissma. HEX triplet: DC, 7D and 8F. RGB value is (220,125,143). Sum of RGB (Red+Green+Blue) = 220+125+143=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D8F is #238270. Grayscale: #9B9B9B. Windows color (decimal): -2327153 or 9403868. OLE color: 9403868.

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

Color convert

RGB 220 125 143 -
CMYK 0 0.43 0.35 0.14
HSL 348.63º 0.58% 0.68% -
HSV(B) 348.63º 0.43% 0.86% -
XYZ 41.81 31.87 29.93 -
YUV 155.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 220 125 143 0 0.43 0.35 0.14 348.63 0.58 0.68
Hex DC 7D 8F 0 2B 23 E 15D 3A 44
Octal 334 175 217 0 53 43 16 535 72 104
Binary 11011100 1111101 10001111 0 101011 100011 1110 101011101 111010 1000100

Color Harmonies of #DC7D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D8F

Black with #DC7D8F

Text Example


Text Example

White with #DC7D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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