#D6257B

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

Shades of Deep Cerise #D6257B

Tints of Deep Cerise #D6257B

Color information

#D6257B (or 0xD6257B) is unknown color: approx Deep Cerise. HEX triplet: D6, 25 and 7B. RGB value is (214,37,123). Sum of RGB (Red+Green+Blue) = 214+37+123=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6257B is #29DA84. Grayscale: #636363. Windows color (decimal): -2742917 or 8070614. OLE color: 8070614.

HSL color Cylindrical-coordinate representation of color #D6257B: hue angle of 330.85º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6257B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21437123-
CMYK00.830.430.16
HSL330.85º70.52%49.22%-
HSV(B)330.85º82.71%83.92%-
XYZ31.9717.0520.34-
YUV99.73141.14209.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 37 (14.84% from 255) = 9.89%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=57.22%
G=9.89%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143712300.830.430.16330.8570.5249.22
HexD6257B0532B1014b4731
Octal326451730123532051310761
Binary11010110100101111101101010011101011100001010010111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6257B; }

 p { color: rgb(214,37,123); }

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

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

 a { background-color: rgb(214,37,123); }

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

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

 span { border-color: rgb(214,37,123); }

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