Html Css Color HEX #D5656C Froly

📋 copy color: '#D5656C'

red 213 ◦ green 101 ◦ blue 108

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

Shades of Froly #D5656C

Tints of Froly #D5656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 50.47%
G = 23.93%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5656C (or 0xD5656C) is known color: Froly. HEX triplet: D5, 65 and 6C. RGB value is (213,101,108). Sum of RGB (Red+Green+Blue) = 213+101+108=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5656C is #2A9A93. Grayscale: #878787. Windows color (decimal): -2792084 or 7103957. OLE color: 7103957.

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

Color convert

RGB 213 101 108 -
CMYK 0 0.53 0.49 0.16
HSL 356.25º 0.57% 0.62% -
HSV(B) 356.25º 0.53% 0.84% -
XYZ 34.8 24.54 17.09 -
YUV 135.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 213 101 108 0 0.53 0.49 0.16 356.25 0.57 0.62
Hex D5 65 6C 0 35 31 10 164 39 3E
Octal 325 145 154 0 65 61 20 544 71 76
Binary 11010101 1100101 1101100 0 110101 110001 10000 101100100 111001 111110

Color Harmonies of #D5656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5656C

Black with #D5656C

Text Example


Text Example

White with #D5656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5656C; }

 p { color: rgb(213,101,108); }

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

background-color css

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

 a { background-color: rgb(213,101,108); }

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

border-color css

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

 span { border-color: rgb(213,101,108); }

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