Html Css Color HEX #DE615E Roman

📋 copy color: '#DE615E'

red 222 ◦ green 97 ◦ blue 94

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

Shades of Roman #DE615E

Tints of Roman #DE615E

RGB

 RED value IS 222 (87.11% from 255) = 53.75%

 GREEN value IS 97 (38.28% from 255) = 23.49%

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

R = 53.75%
G = 23.49%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE615E (or 0xDE615E) is known color: Roman. HEX triplet: DE, 61 and 5E. RGB value is (222,97,94). Sum of RGB (Red+Green+Blue) = 222+97+94=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE615E is #219EA1. Grayscale: #868686. Windows color (decimal): -2203298 or 6185438. OLE color: 6185438.

HSL color Cylindrical-coordinate representation of color #DE615E: hue angle of 1.41º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE615E is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 97 94 -
CMYK 0 0.56 0.58 0.13
HSL 1.41º 0.66% 0.62% -
HSV(B) 1.41º 0.58% 0.87% -
XYZ 36.42 24.89 13.47 -
YUV 134.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 222 97 94 0 0.56 0.58 0.13 1.41 0.66 0.62
Hex DE 61 5E 0 38 3A D 1 42 3E
Octal 336 141 136 0 70 72 15 1 102 76
Binary 11011110 1100001 1011110 0 111000 111010 1101 1 1000010 111110

Color Harmonies of #DE615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE615E

Black with #DE615E

Text Example


Text Example

White with #DE615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE615E; }

 p { color: rgb(222,97,94); }

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

background-color css

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

 a { background-color: rgb(222,97,94); }

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

border-color css

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

 span { border-color: rgb(222,97,94); }

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