Html Css Color HEX #DC8294 Carissma

📋 copy color: '#DC8294'

red 220 ◦ green 130 ◦ blue 148

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

Shades of Carissma #DC8294

Tints of Carissma #DC8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.1%

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

R = 44.18%
G = 26.1%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC8294 (or 0xDC8294) is known color: Carissma. HEX triplet: DC, 82 and 94. RGB value is (220,130,148). Sum of RGB (Red+Green+Blue) = 220+130+148=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8294 is #237D6B. Grayscale: #9E9E9E. Windows color (decimal): -2325868 or 9732828. OLE color: 9732828.

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

Color convert

RGB 220 130 148 -
CMYK 0 0.41 0.33 0.14
HSL 348º 0.56% 0.69% -
HSV(B) 348º 0.41% 0.86% -
XYZ 42.84 33.32 32.19 -
YUV 158.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 220 130 148 0 0.41 0.33 0.14 348 0.56 0.69
Hex DC 82 94 0 29 21 E 15C 38 45
Octal 334 202 224 0 51 41 16 534 70 105
Binary 11011100 10000010 10010100 0 101001 100001 1110 101011100 111000 1000101

Color Harmonies of #DC8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8294

Black with #DC8294

Text Example


Text Example

White with #DC8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8294; }

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

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

background-color css

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

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

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

border-color css

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

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

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