Html Css Color HEX #D46668 Froly

📋 copy color: '#D46668'

red 212 ◦ green 102 ◦ blue 104

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

Shades of Froly #D46668

Tints of Froly #D46668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 50.72%
G = 24.4%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D46668 (or 0xD46668) is known color: Froly. HEX triplet: D4, 66 and 68. RGB value is (212,102,104). Sum of RGB (Red+Green+Blue) = 212+102+104=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D46668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46668 is #2B9997. Grayscale: #878787. Windows color (decimal): -2857368 or 6842068. OLE color: 6842068.

HSL color Cylindrical-coordinate representation of color #D46668: hue angle of 358.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46668 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 104 -
CMYK 0 0.52 0.51 0.17
HSL 358.91º 0.56% 0.62% -
HSV(B) 358.91º 0.52% 0.83% -
XYZ 34.4 24.5 16.01 -
YUV 135.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 212 102 104 0 0.52 0.51 0.17 358.91 0.56 0.62
Hex D4 66 68 0 34 33 11 167 38 3E
Octal 324 146 150 0 64 63 21 547 70 76
Binary 11010100 1100110 1101000 0 110100 110011 10001 101100111 111000 111110

Color Harmonies of #D46668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46668

Black with #D46668

Text Example


Text Example

White with #D46668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46668; }

 p { color: rgb(212,102,104); }

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

background-color css

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

 a { background-color: rgb(212,102,104); }

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

border-color css

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

 span { border-color: rgb(212,102,104); }

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