Html Css Color HEX #D5647A Froly

📋 copy color: '#D5647A'

red 213 ◦ green 100 ◦ blue 122

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

Shades of Froly #D5647A

Tints of Froly #D5647A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 48.97%
G = 22.99%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5647A (or 0xD5647A) is known color: Froly. HEX triplet: D5, 64 and 7A. RGB value is (213,100,122). Sum of RGB (Red+Green+Blue) = 213+100+122=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5647A is #2A9B85. Grayscale: #888888. Windows color (decimal): -2792326 or 8021205. OLE color: 8021205.

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

Color convert

RGB 213 100 122 -
CMYK 0 0.53 0.43 0.16
HSL 348.32º 0.57% 0.61% -
HSV(B) 348.32º 0.53% 0.84% -
XYZ 35.51 24.67 21.3 -
YUV 136.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 213 100 122 0 0.53 0.43 0.16 348.32 0.57 0.61
Hex D5 64 7A 0 35 2B 10 15C 39 3D
Octal 325 144 172 0 65 53 20 534 71 75
Binary 11010101 1100100 1111010 0 110101 101011 10000 101011100 111001 111101

Color Harmonies of #D5647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5647A

Black with #D5647A

Text Example


Text Example

White with #D5647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5647A; }

 p { color: rgb(213,100,122); }

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

background-color css

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

 a { background-color: rgb(213,100,122); }

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

border-color css

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

 span { border-color: rgb(213,100,122); }

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