Html Css Color HEX #D48EA4 Can Can

📋 copy color: '#D48EA4'

red 212 ◦ green 142 ◦ blue 164

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

Shades of Can Can #D48EA4

Tints of Can Can #D48EA4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.41%

 BLUE value IS 164 (64.45% from 255) = 31.66%

R = 40.93%
G = 27.41%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D48EA4 (or 0xD48EA4) is known color: Can Can. HEX triplet: D4, 8E and A4. RGB value is (212,142,164). Sum of RGB (Red+Green+Blue) = 212+142+164=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48EA4 is #2B715B. Grayscale: #A5A5A5. Windows color (decimal): -2847068 or 10784468. OLE color: 10784468.

HSL color Cylindrical-coordinate representation of color #D48EA4: hue angle of 341.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48EA4 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 142 164 -
CMYK 0 0.33 0.23 0.17
HSL 341.14º 0.45% 0.69% -
HSV(B) 341.14º 0.33% 0.83% -
XYZ 43.53 36.02 39.78 -
YUV 165.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 212 142 164 0 0.33 0.23 0.17 341.14 0.45 0.69
Hex D4 8E A4 0 21 17 11 155 2D 45
Octal 324 216 244 0 41 27 21 525 55 105
Binary 11010100 10001110 10100100 0 100001 10111 10001 101010101 101101 1000101

Color Harmonies of #D48EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EA4

Black with #D48EA4

Text Example


Text Example

White with #D48EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EA4; }

 p { color: rgb(212,142,164); }

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

background-color css

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

 a { background-color: rgb(212,142,164); }

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

border-color css

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

 span { border-color: rgb(212,142,164); }

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