Html Css Color HEX #D4647A Froly

📋 copy color: '#D4647A'

red 212 ◦ green 100 ◦ blue 122

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

Shades of Froly #D4647A

Tints of Froly #D4647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 48.85%
G = 23.04%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4647A (or 0xD4647A) is known color: Froly. HEX triplet: D4, 64 and 7A. RGB value is (212,100,122). Sum of RGB (Red+Green+Blue) = 212+100+122=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4647A is #2B9B85. Grayscale: #888888. Windows color (decimal): -2857862 or 8021204. OLE color: 8021204.

HSL color Cylindrical-coordinate representation of color #D4647A: hue angle of 348.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4647A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 122 -
CMYK 0 0.53 0.42 0.17
HSL 348.21º 0.57% 0.61% -
HSV(B) 348.21º 0.53% 0.83% -
XYZ 35.22 24.52 21.29 -
YUV 136 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 212 100 122 0 0.53 0.42 0.17 348.21 0.57 0.61
Hex D4 64 7A 0 35 2A 11 15C 39 3D
Octal 324 144 172 0 65 52 21 534 71 75
Binary 11010100 1100100 1111010 0 110101 101010 10001 101011100 111001 111101

Color Harmonies of #D4647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4647A

Black with #D4647A

Text Example


Text Example

White with #D4647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4647A; }

 p { color: rgb(212,100,122); }

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

background-color css

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

 a { background-color: rgb(212,100,122); }

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

border-color css

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

 span { border-color: rgb(212,100,122); }

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