Html Css Color HEX #DC829B Carissma

📋 copy color: '#DC829B'

red 220 ◦ green 130 ◦ blue 155

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

Shades of Carissma #DC829B

Tints of Carissma #DC829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.69%

R = 43.56%
G = 25.74%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC829B (or 0xDC829B) is known color: Carissma. HEX triplet: DC, 82 and 9B. RGB value is (220,130,155). Sum of RGB (Red+Green+Blue) = 220+130+155=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC829B is #237D64. Grayscale: #9F9F9F. Windows color (decimal): -2325861 or 10191580. OLE color: 10191580.

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

Color convert

RGB 220 130 155 -
CMYK 0 0.41 0.30 0.14
HSL 343.33º 0.56% 0.69% -
HSV(B) 343.33º 0.41% 0.86% -
XYZ 43.41 33.55 35.2 -
YUV 159.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 220 130 155 0 0.41 0.30 0.14 343.33 0.56 0.69
Hex DC 82 9B 0 29 1E E 157 38 45
Octal 334 202 233 0 51 36 16 527 70 105
Binary 11011100 10000010 10011011 0 101001 11110 1110 101010111 111000 1000101

Color Harmonies of #DC829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC829B

Black with #DC829B

Text Example


Text Example

White with #DC829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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