Html Css Color HEX #DC8A8F Carissma

📋 copy color: '#DC8A8F'

red 220 ◦ green 138 ◦ blue 143

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

Shades of Carissma #DC8A8F

Tints of Carissma #DC8A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

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

R = 43.91%
G = 27.54%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC8A8F (or 0xDC8A8F) is known color: Carissma. HEX triplet: DC, 8A and 8F. RGB value is (220,138,143). Sum of RGB (Red+Green+Blue) = 220+138+143=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A8F is #237570. Grayscale: #A3A3A3. Windows color (decimal): -2323825 or 9407196. OLE color: 9407196.

HSL color Cylindrical-coordinate representation of color #DC8A8F: hue angle of 356.34º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8A8F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 138 143 -
CMYK 0 0.37 0.35 0.14
HSL 356.34º 0.54% 0.7% -
HSV(B) 356.34º 0.37% 0.86% -
XYZ 43.56 35.38 30.52 -
YUV 163.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 220 138 143 0 0.37 0.35 0.14 356.34 0.54 0.7
Hex DC 8A 8F 0 25 23 E 164 36 46
Octal 334 212 217 0 45 43 16 544 66 106
Binary 11011100 10001010 10001111 0 100101 100011 1110 101100100 110110 1000110

Color Harmonies of #DC8A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A8F

Black with #DC8A8F

Text Example


Text Example

White with #DC8A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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