Html Css Color HEX #D66261 Roman

📋 copy color: '#D66261'

red 214 ◦ green 98 ◦ blue 97

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

Shades of Roman #D66261

Tints of Roman #D66261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.72%

R = 52.32%
G = 23.96%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D66261 (or 0xD66261) is known color: Roman. HEX triplet: D6, 62 and 61. RGB value is (214,98,97). Sum of RGB (Red+Green+Blue) = 214+98+97=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D66261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66261 is #299D9E. Grayscale: #848484. Windows color (decimal): -2727327 or 6382294. OLE color: 6382294.

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

Color convert

RGB 214 98 97 -
CMYK 0 0.54 0.55 0.16
HSL 0.51º 0.59% 0.61% -
HSV(B) 0.51º 0.55% 0.84% -
XYZ 34.26 23.89 14.12 -
YUV 132.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 214 98 97 0 0.54 0.55 0.16 0.51 0.59 0.61
Hex D6 62 61 0 36 37 10 1 3B 3D
Octal 326 142 141 0 66 67 20 1 73 75
Binary 11010110 1100010 1100001 0 110110 110111 10000 1 111011 111101

Color Harmonies of #D66261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66261

Black with #D66261

Text Example


Text Example

White with #D66261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66261; }

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

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

background-color css

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

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

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

border-color css

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

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

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