Html Css Color HEX #D584A7 Can Can

📋 copy color: '#D584A7'

red 213 ◦ green 132 ◦ blue 167

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

Shades of Can Can #D584A7

Tints of Can Can #D584A7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.78%

 BLUE value IS 167 (65.63% from 255) = 32.62%

R = 41.6%
G = 25.78%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D584A7 (or 0xD584A7) is known color: Can Can. HEX triplet: D5, 84 and A7. RGB value is (213,132,167). Sum of RGB (Red+Green+Blue) = 213+132+167=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D584A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D584A7 is #2A7B58. Grayscale: #A0A0A0. Windows color (decimal): -2784089 or 10978517. OLE color: 10978517.

HSL color Cylindrical-coordinate representation of color #D584A7: hue angle of 334.07º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D584A7 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 167 -
CMYK 0 0.38 0.22 0.16
HSL 334.07º 0.49% 0.68% -
HSV(B) 334.07º 0.38% 0.84% -
XYZ 42.67 33.44 40.76 -
YUV 160.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 213 132 167 0 0.38 0.22 0.16 334.07 0.49 0.68
Hex D5 84 A7 0 26 16 10 14E 31 44
Octal 325 204 247 0 46 26 20 516 61 104
Binary 11010101 10000100 10100111 0 100110 10110 10000 101001110 110001 1000100

Color Harmonies of #D584A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584A7

Black with #D584A7

Text Example


Text Example

White with #D584A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584A7; }

 p { color: rgb(213,132,167); }

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

background-color css

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

 a { background-color: rgb(213,132,167); }

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

border-color css

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

 span { border-color: rgb(213,132,167); }

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