Html Css Color HEX #DB6658 Roman

📋 copy color: '#DB6658'

red 219 ◦ green 102 ◦ blue 88

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

Shades of Roman #DB6658

Tints of Roman #DB6658

RGB

 RED value IS 219 (85.94% from 255) = 53.55%

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

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 53.55%
G = 24.94%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB6658 (or 0xDB6658) is known color: Roman. HEX triplet: DB, 66 and 58. RGB value is (219,102,88). Sum of RGB (Red+Green+Blue) = 219+102+88=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6658 is #2499A7. Grayscale: #878787. Windows color (decimal): -2398632 or 5793499. OLE color: 5793499.

HSL color Cylindrical-coordinate representation of color #DB6658: hue angle of 6.41º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB6658 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 88 -
CMYK 0 0.53 0.60 0.14
HSL 6.41º 0.65% 0.6% -
HSV(B) 6.41º 0.6% 0.86% -
XYZ 35.73 25.27 12.23 -
YUV 135.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 219 102 88 0 0.53 0.60 0.14 6.41 0.65 0.6
Hex DB 66 58 0 35 3C E 6 41 3C
Octal 333 146 130 0 65 74 16 6 101 74
Binary 11011011 1100110 1011000 0 110101 111100 1110 110 1000001 111100

Color Harmonies of #DB6658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6658

Black with #DB6658

Text Example


Text Example

White with #DB6658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6658; }

 p { color: rgb(219,102,88); }

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

background-color css

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

 a { background-color: rgb(219,102,88); }

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

border-color css

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

 span { border-color: rgb(219,102,88); }

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