Html Css Color HEX #D5665D Roman

📋 copy color: '#D5665D'

red 213 ◦ green 102 ◦ blue 93

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

Shades of Roman #D5665D

Tints of Roman #D5665D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 52.21%
G = 25%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5665D (or 0xD5665D) is known color: Roman. HEX triplet: D5, 66 and 5D. RGB value is (213,102,93). Sum of RGB (Red+Green+Blue) = 213+102+93=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5665D is #2A99A2. Grayscale: #868686. Windows color (decimal): -2791843 or 6121173. OLE color: 6121173.

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

Color convert

RGB 213 102 93 -
CMYK 0 0.52 0.56 0.16
HSL 4.5º 0.59% 0.6% -
HSV(B) 4.5º 0.56% 0.84% -
XYZ 34.17 24.44 13.27 -
YUV 134.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 213 102 93 0 0.52 0.56 0.16 4.5 0.59 0.6
Hex D5 66 5D 0 34 38 10 4 3B 3C
Octal 325 146 135 0 64 70 20 4 73 74
Binary 11010101 1100110 1011101 0 110100 111000 10000 100 111011 111100

Color Harmonies of #D5665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5665D

Black with #D5665D

Text Example


Text Example

White with #D5665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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