Html Css Color HEX #D7829D Can Can

📋 copy color: '#D7829D'

red 215 ◦ green 130 ◦ blue 157

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

Shades of Can Can #D7829D

Tints of Can Can #D7829D

RGB

 RED value IS 215 (84.38% from 255) = 42.83%

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

 BLUE value IS 157 (61.72% from 255) = 31.27%

R = 42.83%
G = 25.9%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7829D (or 0xD7829D) is known color: Can Can. HEX triplet: D7, 82 and 9D. RGB value is (215,130,157). Sum of RGB (Red+Green+Blue) = 215+130+157=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7829D is #287D62. Grayscale: #9E9E9E. Windows color (decimal): -2653539 or 10322647. OLE color: 10322647.

HSL color Cylindrical-coordinate representation of color #D7829D: hue angle of 340.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7829D is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 157 -
CMYK 0 0.40 0.27 0.16
HSL 340.94º 0.52% 0.68% -
HSV(B) 340.94º 0.4% 0.84% -
XYZ 42.09 32.85 36.02 -
YUV 158.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 215 130 157 0 0.40 0.27 0.16 340.94 0.52 0.68
Hex D7 82 9D 0 28 1B 10 155 34 44
Octal 327 202 235 0 50 33 20 525 64 104
Binary 11010111 10000010 10011101 0 101000 11011 10000 101010101 110100 1000100

Color Harmonies of #D7829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7829D

Black with #D7829D

Text Example


Text Example

White with #D7829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7829D; }

 p { color: rgb(215,130,157); }

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

background-color css

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

 a { background-color: rgb(215,130,157); }

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

border-color css

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

 span { border-color: rgb(215,130,157); }

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