Html Css Color HEX #D4657B Froly

📋 copy color: '#D4657B'

red 212 ◦ green 101 ◦ blue 123

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

Shades of Froly #D4657B

Tints of Froly #D4657B

RGB

 RED value IS 212 (83.2% from 255) = 48.62%

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

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

R = 48.62%
G = 23.17%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4657B (or 0xD4657B) is known color: Froly. HEX triplet: D4, 65 and 7B. RGB value is (212,101,123). Sum of RGB (Red+Green+Blue) = 212+101+123=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4657B is #2B9A84. Grayscale: #888888. Windows color (decimal): -2857605 or 8086996. OLE color: 8086996.

HSL color Cylindrical-coordinate representation of color #D4657B: hue angle of 348.11º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4657B is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 123 -
CMYK 0 0.52 0.42 0.17
HSL 348.11º 0.56% 0.61% -
HSV(B) 348.11º 0.52% 0.83% -
XYZ 35.38 24.73 21.65 -
YUV 136.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 212 101 123 0 0.52 0.42 0.17 348.11 0.56 0.61
Hex D4 65 7B 0 34 2A 11 15C 38 3D
Octal 324 145 173 0 64 52 21 534 70 75
Binary 11010100 1100101 1111011 0 110100 101010 10001 101011100 111000 111101

Color Harmonies of #D4657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4657B

Black with #D4657B

Text Example


Text Example

White with #D4657B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4657B; }

 p { color: rgb(212,101,123); }

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

background-color css

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

 a { background-color: rgb(212,101,123); }

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

border-color css

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

 span { border-color: rgb(212,101,123); }

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