Html Css Color HEX #DC829A Carissma

📋 copy color: '#DC829A'

red 220 ◦ green 130 ◦ blue 154

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

Shades of Carissma #DC829A

Tints of Carissma #DC829A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 43.65%
G = 25.79%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC829A (or 0xDC829A) is known color: Carissma. HEX triplet: DC, 82 and 9A. RGB value is (220,130,154). Sum of RGB (Red+Green+Blue) = 220+130+154=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC829A is #237D65. Grayscale: #9F9F9F. Windows color (decimal): -2325862 or 10126044. OLE color: 10126044.

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

Color convert

RGB 220 130 154 -
CMYK 0 0.41 0.3 0.14
HSL 344º 0.56% 0.69% -
HSV(B) 344º 0.41% 0.86% -
XYZ 43.33 33.51 34.76 -
YUV 159.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 220 130 154 0 0.41 0.3 0.14 344 0.56 0.69
Hex DC 82 9A 0 29 1E E 158 38 45
Octal 334 202 232 0 51 36 16 530 70 105
Binary 11011100 10000010 10011010 0 101001 11110 1110 101011000 111000 1000101

Color Harmonies of #DC829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC829A

Black with #DC829A

Text Example


Text Example

White with #DC829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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