Html Css Color HEX #DC8D94 Carissma

📋 copy color: '#DC8D94'

red 220 ◦ green 141 ◦ blue 148

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

Shades of Carissma #DC8D94

Tints of Carissma #DC8D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

 BLUE value IS 148 (58.2% from 255) = 29.08%

R = 43.22%
G = 27.7%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC8D94 (or 0xDC8D94) is known color: Carissma. HEX triplet: DC, 8D and 94. RGB value is (220,141,148). Sum of RGB (Red+Green+Blue) = 220+141+148=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8D94 is #23726B. Grayscale: #A5A5A5. Windows color (decimal): -2323052 or 9735644. OLE color: 9735644.

HSL color Cylindrical-coordinate representation of color #DC8D94: hue angle of 354.68º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8D94 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 148 -
CMYK 0 0.36 0.33 0.14
HSL 354.68º 0.53% 0.71% -
HSV(B) 354.68º 0.36% 0.86% -
XYZ 44.39 36.4 32.7 -
YUV 165.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 220 141 148 0 0.36 0.33 0.14 354.68 0.53 0.71
Hex DC 8D 94 0 24 21 E 163 35 47
Octal 334 215 224 0 44 41 16 543 65 107
Binary 11011100 10001101 10010100 0 100100 100001 1110 101100011 110101 1000111

Color Harmonies of #DC8D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D94

Black with #DC8D94

Text Example


Text Example

White with #DC8D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D94; }

 p { color: rgb(220,141,148); }

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

background-color css

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

 a { background-color: rgb(220,141,148); }

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

border-color css

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

 span { border-color: rgb(220,141,148); }

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