Html Css Color HEX #D5665E Roman

📋 copy color: '#D5665E'

red 213 ◦ green 102 ◦ blue 94

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

Shades of Roman #D5665E

Tints of Roman #D5665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 52.08%
G = 24.94%
B = 22.98%

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

#D5665E (or 0xD5665E) is known color: Roman. HEX triplet: D5, 66 and 5E. RGB value is (213,102,94). Sum of RGB (Red+Green+Blue) = 213+102+94=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5665E is #2A99A1. Grayscale: #868686. Windows color (decimal): -2791842 or 6186709. OLE color: 6186709.

HSL color Cylindrical-coordinate representation of color #D5665E: hue angle of 4.03º 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 #D5665E is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 94 -
CMYK 0 0.52 0.56 0.16
HSL 4.03º 0.59% 0.6% -
HSV(B) 4.03º 0.56% 0.84% -
XYZ 34.21 24.46 13.51 -
YUV 134.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 213 102 94 0 0.52 0.56 0.16 4.03 0.59 0.6
Hex D5 66 5E 0 34 38 10 4 3B 3C
Octal 325 146 136 0 64 70 20 4 73 74
Binary 11010101 1100110 1011110 0 110100 111000 10000 100 111011 111100

Color Harmonies of #D5665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5665E

Black with #D5665E

Text Example


Text Example

White with #D5665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5665E; }

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

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

background-color css

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

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

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

border-color css

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

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

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