Html Css Color HEX #D06565 Indian Red

📋 copy color: '#D06565'

red 208 ◦ green 101 ◦ blue 101

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

Shades of Indian Red #D06565

Tints of Indian Red #D06565

RGB

 RED value IS 208 (81.64% from 255) = 50.73%

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

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

R = 50.73%
G = 24.63%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D06565 (or 0xD06565) is known color: Indian Red. HEX triplet: D0, 65 and 65. RGB value is (208,101,101). Sum of RGB (Red+Green+Blue) = 208+101+101=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D06565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06565 is #2F9A9A. Grayscale: #858585. Windows color (decimal): -3119771 or 6645200. OLE color: 6645200.

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

Color convert

RGB 208 101 101 -
CMYK 0 0.51 0.51 0.18
HSL 0.53% 0.61% -
HSV(B) 0.51% 0.82% -
XYZ 33.02 23.66 15.14 -
YUV 132.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 208 101 101 0 0.51 0.51 0.18 0 0.53 0.61
Hex D0 65 65 0 33 33 12 0 35 3D
Octal 320 145 145 0 63 63 22 0 65 75
Binary 11010000 1100101 1100101 0 110011 110011 10010 0 110101 111101

Color Harmonies of #D06565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06565

Black with #D06565

Text Example


Text Example

White with #D06565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06565; }

 p { color: rgb(208,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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