#D6226F

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

Shades of Cerise #D6226F

Tints of Cerise #D6226F

Color information

#D6226F (or 0xD6226F) is unknown color: approx Cerise. HEX triplet: D6, 22 and 6F. RGB value is (214,34,111). Sum of RGB (Red+Green+Blue) = 214+34+111=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6226F is #29DD90. Grayscale: #606060. Windows color (decimal): -2743697 or 7283414. OLE color: 7283414.

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

Color convert

RGB21434111-
CMYK00.840.480.16
HSL334.33º72.58%48.63%-
HSV(B)334.33º84.11%83.92%-
XYZ31.1716.5916.6-
YUV96.6136.13211.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.61%
GREEN value IS 34 (13.67% from 255) = 9.47%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=59.61%
G=9.47%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143411100.840.480.16334.3372.5848.63
HexD6226F054301014e4931
Octal326421570124602051611161
Binary11010110100010110111101010100110000100001010011101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6226F; }

 p { color: rgb(214,34,111); }

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

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

 a { background-color: rgb(214,34,111); }

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

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

 span { border-color: rgb(214,34,111); }

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