Html Css Color HEX #D4656A Froly

📋 copy color: '#D4656A'

red 212 ◦ green 101 ◦ blue 106

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

Shades of Froly #D4656A

Tints of Froly #D4656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

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

R = 50.6%
G = 24.11%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4656A (or 0xD4656A) is known color: Froly. HEX triplet: D4, 65 and 6A. RGB value is (212,101,106). Sum of RGB (Red+Green+Blue) = 212+101+106=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4656A is #2B9A95. Grayscale: #868686. Windows color (decimal): -2857622 or 6972884. OLE color: 6972884.

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

Color convert

RGB 212 101 106 -
CMYK 0 0.52 0.5 0.17
HSL 357.3º 0.56% 0.61% -
HSV(B) 357.3º 0.52% 0.83% -
XYZ 34.41 24.35 16.52 -
YUV 134.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 212 101 106 0 0.52 0.5 0.17 357.3 0.56 0.61
Hex D4 65 6A 0 34 32 11 165 38 3D
Octal 324 145 152 0 64 62 21 545 70 75
Binary 11010100 1100101 1101010 0 110100 110010 10001 101100101 111000 111101

Color Harmonies of #D4656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4656A

Black with #D4656A

Text Example


Text Example

White with #D4656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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