Html Css Color HEX #DC828C Carissma

📋 copy color: '#DC828C'

red 220 ◦ green 130 ◦ blue 140

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

Shades of Carissma #DC828C

Tints of Carissma #DC828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 44.9%
G = 26.53%
B = 28.57%

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

#DC828C (or 0xDC828C) is known color: Carissma. HEX triplet: DC, 82 and 8C. RGB value is (220,130,140). Sum of RGB (Red+Green+Blue) = 220+130+140=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC828C is #237D73. Grayscale: #9E9E9E. Windows color (decimal): -2325876 or 9208540. OLE color: 9208540.

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

Color convert

RGB 220 130 140 -
CMYK 0 0.41 0.36 0.14
HSL 353.33º 0.56% 0.69% -
HSV(B) 353.33º 0.41% 0.86% -
XYZ 42.23 33.07 28.97 -
YUV 158.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 220 130 140 0 0.41 0.36 0.14 353.33 0.56 0.69
Hex DC 82 8C 0 29 24 E 161 38 45
Octal 334 202 214 0 51 44 16 541 70 105
Binary 11011100 10000010 10001100 0 101001 100100 1110 101100001 111000 1000101

Color Harmonies of #DC828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC828C

Black with #DC828C

Text Example


Text Example

White with #DC828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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