Html Css Color HEX #D65B57 Roman

📋 copy color: '#D65B57'

red 214 ◦ green 91 ◦ blue 87

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

Shades of Roman #D65B57

Tints of Roman #D65B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

 BLUE value IS 87 (34.38% from 255) = 22.19%

R = 54.59%
G = 23.21%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D65B57 (or 0xD65B57) is known color: Roman. HEX triplet: D6, 5B and 57. RGB value is (214,91,87). Sum of RGB (Red+Green+Blue) = 214+91+87=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B57 is #29A4A8. Grayscale: #7F7F7F. Windows color (decimal): -2729129 or 5725142. OLE color: 5725142.

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

Color convert

RGB 214 91 87 -
CMYK 0 0.57 0.59 0.16
HSL 1.89º 0.61% 0.59% -
HSV(B) 1.89º 0.59% 0.84% -
XYZ 33.19 22.47 11.6 -
YUV 127.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 214 91 87 0 0.57 0.59 0.16 1.89 0.61 0.59
Hex D6 5B 57 0 39 3B 10 2 3D 3B
Octal 326 133 127 0 71 73 20 2 75 73
Binary 11010110 1011011 1010111 0 111001 111011 10000 10 111101 111011

Color Harmonies of #D65B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B57

Black with #D65B57

Text Example


Text Example

White with #D65B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B57; }

 p { color: rgb(214,91,87); }

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

background-color css

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

 a { background-color: rgb(214,91,87); }

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

border-color css

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

 span { border-color: rgb(214,91,87); }

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