Html Css Color HEX #D66270 Froly

📋 copy color: '#D66270'

red 214 ◦ green 98 ◦ blue 112

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

Shades of Froly #D66270

Tints of Froly #D66270

RGB

 RED value IS 214 (83.98% from 255) = 50.47%

 GREEN value IS 98 (38.67% from 255) = 23.11%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 50.47%
G = 23.11%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D66270 (or 0xD66270) is known color: Froly. HEX triplet: D6, 62 and 70. RGB value is (214,98,112). Sum of RGB (Red+Green+Blue) = 214+98+112=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D66270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66270 is #299D8F. Grayscale: #868686. Windows color (decimal): -2727312 or 7365334. OLE color: 7365334.

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

Color convert

RGB 214 98 112 -
CMYK 0 0.54 0.48 0.16
HSL 352.76º 0.59% 0.61% -
HSV(B) 352.76º 0.54% 0.84% -
XYZ 35.02 24.2 18.15 -
YUV 134.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 214 98 112 0 0.54 0.48 0.16 352.76 0.59 0.61
Hex D6 62 70 0 36 30 10 161 3B 3D
Octal 326 142 160 0 66 60 20 541 73 75
Binary 11010110 1100010 1110000 0 110110 110000 10000 101100001 111011 111101

Color Harmonies of #D66270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66270

Black with #D66270

Text Example


Text Example

White with #D66270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66270; }

 p { color: rgb(214,98,112); }

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

background-color css

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

 a { background-color: rgb(214,98,112); }

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

border-color css

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

 span { border-color: rgb(214,98,112); }

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