Html Css Color HEX #D4656D Froly

📋 copy color: '#D4656D'

red 212 ◦ green 101 ◦ blue 109

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

Shades of Froly #D4656D

Tints of Froly #D4656D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.83%

R = 50.24%
G = 23.93%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4656D (or 0xD4656D) is known color: Froly. HEX triplet: D4, 65 and 6D. RGB value is (212,101,109). Sum of RGB (Red+Green+Blue) = 212+101+109=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4656D is #2B9A92. Grayscale: #878787. Windows color (decimal): -2857619 or 7169492. OLE color: 7169492.

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

Color convert

RGB 212 101 109 -
CMYK 0 0.52 0.49 0.17
HSL 355.68º 0.56% 0.61% -
HSV(B) 355.68º 0.52% 0.83% -
XYZ 34.57 24.41 17.36 -
YUV 135.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 212 101 109 0 0.52 0.49 0.17 355.68 0.56 0.61
Hex D4 65 6D 0 34 31 11 164 38 3D
Octal 324 145 155 0 64 61 21 544 70 75
Binary 11010100 1100101 1101101 0 110100 110001 10001 101100100 111000 111101

Color Harmonies of #D4656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4656D

Black with #D4656D

Text Example


Text Example

White with #D4656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4656D; }

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

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

background-color css

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

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

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

border-color css

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

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

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