#D6625C

Color #D6625C Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D6625C

Tints of Roman #D6625C

Color information

#D6625C (or 0xD6625C) is unknown color: approx Roman. HEX triplet: D6, 62 and 5C. RGB value is (214,98,92). Sum of RGB (Red+Green+Blue) = 214+98+92=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6625C is #299DA3. Grayscale: #848484. Windows color (decimal): -2727332 or 6054614. OLE color: 6054614.

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

Color convert

RGB2149892-
CMYK00.540.570.16
HSL2.95º59.8%60%-
HSV(B)2.95º57.01%83.92%-
XYZ34.0323.812.93-
YUV132105.43186.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.97%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 92 (36.33% from 255) = 22.77%
R=52.97%
G=24.26%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214989200.540.570.162.9559.860
HexD6625C036391033c3c
Octal326142134066712037474
Binary110101101100010101110001101101110011000011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6625C; }

 p { color: rgb(214,98,92); }

 H1.HeaderClassName
 {
   color: #D6625C;
 }
 .AnyTagClassName
 {
   color: #D6625C;
 }
</style>
background-color css

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

 a { background-color: rgb(214,98,92); }

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

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

 span { border-color: rgb(214,98,92); }

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