Html Css Color HEX #D4949F Can Can

📋 copy color: '#D4949F'

red 212 ◦ green 148 ◦ blue 159

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

Shades of Can Can #D4949F

Tints of Can Can #D4949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.52%

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 40.85%
G = 28.52%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4949F (or 0xD4949F) is known color: Can Can. HEX triplet: D4, 94 and 9F. RGB value is (212,148,159). Sum of RGB (Red+Green+Blue) = 212+148+159=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4949F is #2B6B60. Grayscale: #A8A8A8. Windows color (decimal): -2845537 or 10458324. OLE color: 10458324.

HSL color Cylindrical-coordinate representation of color #D4949F: hue angle of 349.69º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4949F is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 159 -
CMYK 0 0.30 0.25 0.17
HSL 349.69º 0.43% 0.71% -
HSV(B) 349.69º 0.3% 0.83% -
XYZ 44 37.68 37.75 -
YUV 168.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 212 148 159 0 0.30 0.25 0.17 349.69 0.43 0.71
Hex D4 94 9F 0 1E 19 11 15E 2B 47
Octal 324 224 237 0 36 31 21 536 53 107
Binary 11010100 10010100 10011111 0 11110 11001 10001 101011110 101011 1000111

Color Harmonies of #D4949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4949F

Black with #D4949F

Text Example


Text Example

White with #D4949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4949F; }

 p { color: rgb(212,148,159); }

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

background-color css

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

 a { background-color: rgb(212,148,159); }

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

border-color css

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

 span { border-color: rgb(212,148,159); }

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