Html Css Color HEX #D4646A Froly

📋 copy color: '#D4646A'

red 212 ◦ green 100 ◦ blue 106

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

Shades of Froly #D4646A

Tints of Froly #D4646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.36%

R = 50.72%
G = 23.92%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4646A (or 0xD4646A) is known color: Froly. HEX triplet: D4, 64 and 6A. RGB value is (212,100,106). Sum of RGB (Red+Green+Blue) = 212+100+106=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4646A is #2B9B95. Grayscale: #868686. Windows color (decimal): -2857878 or 6972628. OLE color: 6972628.

HSL color Cylindrical-coordinate representation of color #D4646A: hue angle of 356.79º 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 #D4646A is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 106 -
CMYK 0 0.53 0.5 0.17
HSL 356.79º 0.57% 0.61% -
HSV(B) 356.79º 0.53% 0.83% -
XYZ 34.31 24.15 16.49 -
YUV 134.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 212 100 106 0 0.53 0.5 0.17 356.79 0.57 0.61
Hex D4 64 6A 0 35 32 11 165 39 3D
Octal 324 144 152 0 65 62 21 545 71 75
Binary 11010100 1100100 1101010 0 110101 110010 10001 101100101 111001 111101

Color Harmonies of #D4646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4646A

Black with #D4646A

Text Example


Text Example

White with #D4646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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