Html Css Color HEX #D488A5 Can Can

📋 copy color: '#D488A5'

red 212 ◦ green 136 ◦ blue 165

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

Shades of Can Can #D488A5

Tints of Can Can #D488A5

RGB

 RED value IS 212 (83.2% from 255) = 41.33%

 GREEN value IS 136 (53.52% from 255) = 26.51%

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 41.33%
G = 26.51%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D488A5 (or 0xD488A5) is known color: Can Can. HEX triplet: D4, 88 and A5. RGB value is (212,136,165). Sum of RGB (Red+Green+Blue) = 212+136+165=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D488A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D488A5 is #2B775A. Grayscale: #A1A1A1. Windows color (decimal): -2848603 or 10848468. OLE color: 10848468.

HSL color Cylindrical-coordinate representation of color #D488A5: hue angle of 337.11º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D488A5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 165 -
CMYK 0 0.36 0.22 0.17
HSL 337.11º 0.47% 0.68% -
HSV(B) 337.11º 0.36% 0.83% -
XYZ 42.75 34.32 39.97 -
YUV 162.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 212 136 165 0 0.36 0.22 0.17 337.11 0.47 0.68
Hex D4 88 A5 0 24 16 11 151 2F 44
Octal 324 210 245 0 44 26 21 521 57 104
Binary 11010100 10001000 10100101 0 100100 10110 10001 101010001 101111 1000100

Color Harmonies of #D488A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D488A5

Black with #D488A5

Text Example


Text Example

White with #D488A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D488A5; }

 p { color: rgb(212,136,165); }

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

background-color css

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

 a { background-color: rgb(212,136,165); }

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

border-color css

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

 span { border-color: rgb(212,136,165); }

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