Html Css Color HEX #DE6D6A Roman

📋 copy color: '#DE6D6A'

red 222 ◦ green 109 ◦ blue 106

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

Shades of Roman #DE6D6A

Tints of Roman #DE6D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

 BLUE value IS 106 (41.8% from 255) = 24.26%

R = 50.8%
G = 24.94%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE6D6A (or 0xDE6D6A) is known color: Roman. HEX triplet: DE, 6D and 6A. RGB value is (222,109,106). Sum of RGB (Red+Green+Blue) = 222+109+106=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D6A is #219295. Grayscale: #8E8E8E. Windows color (decimal): -2200214 or 6974942. OLE color: 6974942.

HSL color Cylindrical-coordinate representation of color #DE6D6A: hue angle of 1.55º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6D6A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 109 106 -
CMYK 0 0.51 0.52 0.13
HSL 1.55º 0.64% 0.64% -
HSV(B) 1.55º 0.52% 0.87% -
XYZ 38.19 27.51 16.93 -
YUV 142.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 222 109 106 0 0.51 0.52 0.13 1.55 0.64 0.64
Hex DE 6D 6A 0 33 34 D 2 40 40
Octal 336 155 152 0 63 64 15 2 100 100
Binary 11011110 1101101 1101010 0 110011 110100 1101 10 1000000 1000000

Color Harmonies of #DE6D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6D6A

Black with #DE6D6A

Text Example


Text Example

White with #DE6D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6D6A; }

 p { color: rgb(222,109,106); }

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

background-color css

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

 a { background-color: rgb(222,109,106); }

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

border-color css

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

 span { border-color: rgb(222,109,106); }

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