Html Css Color HEX #DC829D Carissma

📋 copy color: '#DC829D'

red 220 ◦ green 130 ◦ blue 157

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

Shades of Carissma #DC829D

Tints of Carissma #DC829D

RGB

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

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

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

R = 43.39%
G = 25.64%
B = 30.97%

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

#DC829D (or 0xDC829D) is known color: Carissma. HEX triplet: DC, 82 and 9D. RGB value is (220,130,157). Sum of RGB (Red+Green+Blue) = 220+130+157=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC829D is #237D62. Grayscale: #9F9F9F. Windows color (decimal): -2325859 or 10322652. OLE color: 10322652.

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

Color convert

RGB 220 130 157 -
CMYK 0 0.41 0.29 0.14
HSL 342º 0.56% 0.69% -
HSV(B) 342º 0.41% 0.86% -
XYZ 43.58 33.62 36.09 -
YUV 159.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 220 130 157 0 0.41 0.29 0.14 342 0.56 0.69
Hex DC 82 9D 0 29 1D E 156 38 45
Octal 334 202 235 0 51 35 16 526 70 105
Binary 11011100 10000010 10011101 0 101001 11101 1110 101010110 111000 1000101

Color Harmonies of #DC829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC829D

Black with #DC829D

Text Example


Text Example

White with #DC829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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