Html Css Color HEX #D5646A Froly

📋 copy color: '#D5646A'

red 213 ◦ green 100 ◦ blue 106

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

Shades of Froly #D5646A

Tints of Froly #D5646A

RGB

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

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

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

R = 50.84%
G = 23.87%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5646A (or 0xD5646A) is known color: Froly. HEX triplet: D5, 64 and 6A. RGB value is (213,100,106). Sum of RGB (Red+Green+Blue) = 213+100+106=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5646A is #2A9B95. Grayscale: #868686. Windows color (decimal): -2792342 or 6972629. OLE color: 6972629.

HSL color Cylindrical-coordinate representation of color #D5646A: hue angle of 356.81º 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 #D5646A is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 100 106 -
CMYK 0 0.53 0.50 0.16
HSL 356.81º 0.57% 0.61% -
HSV(B) 356.81º 0.53% 0.84% -
XYZ 34.6 24.3 16.5 -
YUV 134.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 213 100 106 0 0.53 0.50 0.16 356.81 0.57 0.61
Hex D5 64 6A 0 35 32 10 165 39 3D
Octal 325 144 152 0 65 62 20 545 71 75
Binary 11010101 1100100 1101010 0 110101 110010 10000 101100101 111001 111101

Color Harmonies of #D5646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5646A

Black with #D5646A

Text Example


Text Example

White with #D5646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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