Html Css Color HEX #D5829C Can Can

📋 copy color: '#D5829C'

red 213 ◦ green 130 ◦ blue 156

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

Shades of Can Can #D5829C

Tints of Can Can #D5829C

RGB

 RED value IS 213 (83.59% from 255) = 42.69%

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

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 42.69%
G = 26.05%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5829C (or 0xD5829C) is known color: Can Can. HEX triplet: D5, 82 and 9C. RGB value is (213,130,156). Sum of RGB (Red+Green+Blue) = 213+130+156=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5829C is #2A7D63. Grayscale: #9D9D9D. Windows color (decimal): -2784612 or 10257109. OLE color: 10257109.

HSL color Cylindrical-coordinate representation of color #D5829C: hue angle of 341.2º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5829C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 156 -
CMYK 0 0.39 0.27 0.16
HSL 341.2º 0.5% 0.67% -
HSV(B) 341.2º 0.39% 0.84% -
XYZ 41.42 32.51 35.54 -
YUV 157.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 213 130 156 0 0.39 0.27 0.16 341.2 0.5 0.67
Hex D5 82 9C 0 27 1B 10 155 32 43
Octal 325 202 234 0 47 33 20 525 62 103
Binary 11010101 10000010 10011100 0 100111 11011 10000 101010101 110010 1000011

Color Harmonies of #D5829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5829C

Black with #D5829C

Text Example


Text Example

White with #D5829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5829C; }

 p { color: rgb(213,130,156); }

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

background-color css

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

 a { background-color: rgb(213,130,156); }

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

border-color css

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

 span { border-color: rgb(213,130,156); }

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