Html Css Color HEX #DC828D Carissma

📋 copy color: '#DC828D'

red 220 ◦ green 130 ◦ blue 141

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

Shades of Carissma #DC828D

Tints of Carissma #DC828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 44.81%
G = 26.48%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC828D (or 0xDC828D) is known color: Carissma. HEX triplet: DC, 82 and 8D. RGB value is (220,130,141). Sum of RGB (Red+Green+Blue) = 220+130+141=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC828D is #237D72. Grayscale: #9E9E9E. Windows color (decimal): -2325875 or 9274076. OLE color: 9274076.

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

Color convert

RGB 220 130 141 -
CMYK 0 0.41 0.36 0.14
HSL 352.67º 0.56% 0.69% -
HSV(B) 352.67º 0.41% 0.86% -
XYZ 42.31 33.1 29.36 -
YUV 158.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 220 130 141 0 0.41 0.36 0.14 352.67 0.56 0.69
Hex DC 82 8D 0 29 24 E 161 38 45
Octal 334 202 215 0 51 44 16 541 70 105
Binary 11011100 10000010 10001101 0 101001 100100 1110 101100001 111000 1000101

Color Harmonies of #DC828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC828D

Black with #DC828D

Text Example


Text Example

White with #DC828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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