Html Css Color HEX #D2757B Froly

📋 copy color: '#D2757B'

red 210 ◦ green 117 ◦ blue 123

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

Shades of Froly #D2757B

Tints of Froly #D2757B

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

 GREEN value IS 117 (46.09% from 255) = 26%

 BLUE value IS 123 (48.44% from 255) = 27.33%

R = 46.67%
G = 26%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2757B (or 0xD2757B) is known color: Froly. HEX triplet: D2, 75 and 7B. RGB value is (210,117,123). Sum of RGB (Red+Green+Blue) = 210+117+123=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2757B is #2D8A84. Grayscale: #919191. Windows color (decimal): -2984581 or 8091090. OLE color: 8091090.

HSL color Cylindrical-coordinate representation of color #D2757B: hue angle of 356.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2757B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 123 -
CMYK 0 0.44 0.41 0.18
HSL 356.13º 0.51% 0.64% -
HSV(B) 356.13º 0.44% 0.82% -
XYZ 36.51 27.85 22.19 -
YUV 145.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 210 117 123 0 0.44 0.41 0.18 356.13 0.51 0.64
Hex D2 75 7B 0 2C 29 12 164 33 40
Octal 322 165 173 0 54 51 22 544 63 100
Binary 11010010 1110101 1111011 0 101100 101001 10010 101100100 110011 1000000

Color Harmonies of #D2757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2757B

Black with #D2757B

Text Example


Text Example

White with #D2757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2757B; }

 p { color: rgb(210,117,123); }

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

background-color css

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

 a { background-color: rgb(210,117,123); }

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

border-color css

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

 span { border-color: rgb(210,117,123); }

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