Html Css Color HEX #D5636F Froly

📋 copy color: '#D5636F'

red 213 ◦ green 99 ◦ blue 111

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

Shades of Froly #D5636F

Tints of Froly #D5636F

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

 GREEN value IS 99 (39.06% from 255) = 23.4%

 BLUE value IS 111 (43.75% from 255) = 26.24%

R = 50.35%
G = 23.4%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5636F (or 0xD5636F) is known color: Froly. HEX triplet: D5, 63 and 6F. RGB value is (213,99,111). Sum of RGB (Red+Green+Blue) = 213+99+111=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5636F is #2A9C90. Grayscale: #868686. Windows color (decimal): -2792593 or 7300053. OLE color: 7300053.

HSL color Cylindrical-coordinate representation of color #D5636F: hue angle of 353.68º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5636F is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 99 111 -
CMYK 0 0.54 0.48 0.16
HSL 353.68º 0.58% 0.61% -
HSV(B) 353.68º 0.54% 0.84% -
XYZ 34.77 24.22 17.88 -
YUV 134.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 213 99 111 0 0.54 0.48 0.16 353.68 0.58 0.61
Hex D5 63 6F 0 36 30 10 162 3A 3D
Octal 325 143 157 0 66 60 20 542 72 75
Binary 11010101 1100011 1101111 0 110110 110000 10000 101100010 111010 111101

Color Harmonies of #D5636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5636F

Black with #D5636F

Text Example


Text Example

White with #D5636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5636F; }

 p { color: rgb(213,99,111); }

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

background-color css

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

 a { background-color: rgb(213,99,111); }

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

border-color css

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

 span { border-color: rgb(213,99,111); }

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