Html Css Color HEX #DC819E Carissma

📋 copy color: '#DC819E'

red 220 ◦ green 129 ◦ blue 158

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

Shades of Carissma #DC819E

Tints of Carissma #DC819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.44%

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 43.39%
G = 25.44%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC819E (or 0xDC819E) is known color: Carissma. HEX triplet: DC, 81 and 9E. RGB value is (220,129,158). Sum of RGB (Red+Green+Blue) = 220+129+158=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC819E is #237E61. Grayscale: #9F9F9F. Windows color (decimal): -2326114 or 10387932. OLE color: 10387932.

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

Color convert

RGB 220 129 158 -
CMYK 0 0.41 0.28 0.14
HSL 340.88º 0.57% 0.68% -
HSV(B) 340.88º 0.41% 0.86% -
XYZ 43.54 33.38 36.5 -
YUV 159.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 220 129 158 0 0.41 0.28 0.14 340.88 0.57 0.68
Hex DC 81 9E 0 29 1C E 155 39 44
Octal 334 201 236 0 51 34 16 525 71 104
Binary 11011100 10000001 10011110 0 101001 11100 1110 101010101 111001 1000100

Color Harmonies of #DC819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC819E

Black with #DC819E

Text Example


Text Example

White with #DC819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC819E; }

 p { color: rgb(220,129,158); }

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

background-color css

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

 a { background-color: rgb(220,129,158); }

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

border-color css

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

 span { border-color: rgb(220,129,158); }

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