Html Css Color HEX #D2829D Can Can

📋 copy color: '#D2829D'

red 210 ◦ green 130 ◦ blue 157

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

Shades of Can Can #D2829D

Tints of Can Can #D2829D

RGB

 RED value IS 210 (82.42% from 255) = 42.25%

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

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

R = 42.25%
G = 26.16%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2829D (or 0xD2829D) is known color: Can Can. HEX triplet: D2, 82 and 9D. RGB value is (210,130,157). Sum of RGB (Red+Green+Blue) = 210+130+157=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2829D is #2D7D62. Grayscale: #9C9C9C. Windows color (decimal): -2981219 or 10322642. OLE color: 10322642.

HSL color Cylindrical-coordinate representation of color #D2829D: hue angle of 339.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2829D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 157 -
CMYK 0 0.38 0.25 0.18
HSL 339.75º 0.47% 0.67% -
HSV(B) 339.75º 0.38% 0.82% -
XYZ 40.65 32.1 35.95 -
YUV 157 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 210 130 157 0 0.38 0.25 0.18 339.75 0.47 0.67
Hex D2 82 9D 0 26 19 12 154 2F 43
Octal 322 202 235 0 46 31 22 524 57 103
Binary 11010010 10000010 10011101 0 100110 11001 10010 101010100 101111 1000011

Color Harmonies of #D2829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2829D

Black with #D2829D

Text Example


Text Example

White with #D2829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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