Html Css Color HEX #D56665 Roman

📋 copy color: '#D56665'

red 213 ◦ green 102 ◦ blue 101

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

Shades of Roman #D56665

Tints of Roman #D56665

RGB

 RED value IS 213 (83.59% from 255) = 51.2%

 GREEN value IS 102 (40.23% from 255) = 24.52%

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 51.2%
G = 24.52%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D56665 (or 0xD56665) is known color: Roman. HEX triplet: D5, 66 and 65. RGB value is (213,102,101). Sum of RGB (Red+Green+Blue) = 213+102+101=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D56665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56665 is #2A999A. Grayscale: #878787. Windows color (decimal): -2791835 or 6645461. OLE color: 6645461.

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

Color convert

RGB 213 102 101 -
CMYK 0 0.52 0.53 0.16
HSL 0.54º 0.57% 0.62% -
HSV(B) 0.54º 0.53% 0.84% -
XYZ 34.54 24.59 15.24 -
YUV 135.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 213 102 101 0 0.52 0.53 0.16 0.54 0.57 0.62
Hex D5 66 65 0 34 35 10 1 39 3E
Octal 325 146 145 0 64 65 20 1 71 76
Binary 11010101 1100110 1100101 0 110100 110101 10000 1 111001 111110

Color Harmonies of #D56665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56665

Black with #D56665

Text Example


Text Example

White with #D56665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56665; }

 p { color: rgb(213,102,101); }

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

background-color css

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

 a { background-color: rgb(213,102,101); }

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

border-color css

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

 span { border-color: rgb(213,102,101); }

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