Html Css Color HEX #DC819D Carissma

📋 copy color: '#DC819D'

red 220 ◦ green 129 ◦ blue 157

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

Shades of Carissma #DC819D

Tints of Carissma #DC819D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 43.48%
G = 25.49%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC819D (or 0xDC819D) is known color: Carissma. HEX triplet: DC, 81 and 9D. RGB value is (220,129,157). Sum of RGB (Red+Green+Blue) = 220+129+157=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC819D is #237E62. Grayscale: #9F9F9F. Windows color (decimal): -2326115 or 10322396. OLE color: 10322396.

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

Color convert

RGB 220 129 157 -
CMYK 0 0.41 0.29 0.14
HSL 341.54º 0.57% 0.68% -
HSV(B) 341.54º 0.41% 0.86% -
XYZ 43.45 33.35 36.05 -
YUV 159.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 220 129 157 0 0.41 0.29 0.14 341.54 0.57 0.68
Hex DC 81 9D 0 29 1D E 156 39 44
Octal 334 201 235 0 51 35 16 526 71 104
Binary 11011100 10000001 10011101 0 101001 11101 1110 101010110 111001 1000100

Color Harmonies of #DC819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC819D

Black with #DC819D

Text Example


Text Example

White with #DC819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC819D; }

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

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

background-color css

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

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

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

border-color css

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

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

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