#D3346F

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

Shades of Cerise #D3346F

Tints of Cerise #D3346F

Color information

#D3346F (or 0xD3346F) is unknown color: approx Cerise. HEX triplet: D3, 34 and 6F. RGB value is (211,52,111). Sum of RGB (Red+Green+Blue) = 211+52+111=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3346F is #2CCB90. Grayscale: #6A6A6A. Windows color (decimal): -2935697 or 7288019. OLE color: 7288019.

HSL color Cylindrical-coordinate representation of color #D3346F: hue angle of 337.74º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3346F is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB21152111-
CMYK00.750.470.17
HSL337.74º64.37%51.57%-
HSV(B)337.74º75.36%82.75%-
XYZ30.9617.4516.78-
YUV106.27130.68202.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.42%
GREEN value IS 52 (20.70% from 255) = 13.90%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=56.42%
G=13.90%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2115211100.750.470.17337.7464.3751.57
HexD3346F04B2F111524034
Octal323641570113572152210064
Binary11010011110100110111101001011101111100011010100101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3346F; }

 p { color: rgb(211,52,111); }

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

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

 a { background-color: rgb(211,52,111); }

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

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

 span { border-color: rgb(211,52,111); }

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