Html Css Color HEX #D5406D Cerise

📋 copy color: '#D5406D'

red 213 ◦ green 64 ◦ blue 109

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

Shades of Cerise #D5406D

Tints of Cerise #D5406D

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

 GREEN value IS 64 (25.39% from 255) = 16.58%

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 55.18%
G = 16.58%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5406D (or 0xD5406D) is known color: Cerise. HEX triplet: D5, 40 and 6D. RGB value is (213,64,109). Sum of RGB (Red+Green+Blue) = 213+64+109=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5406D is #2ABF92. Grayscale: #717171. Windows color (decimal): -2801555 or 7160021. OLE color: 7160021.

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

Color convert

RGB 213 64 109 -
CMYK 0 0.70 0.49 0.16
HSL 341.88º 0.64% 0.54% -
HSV(B) 341.88º 0.7% 0.84% -
XYZ 32.03 18.92 16.43 -
YUV 113.68 125.36 198.84 -
System Red Green Blue C M Y K H S L
Decimal 213 64 109 0 0.70 0.49 0.16 341.88 0.64 0.54
Hex D5 40 6D 0 46 31 10 156 40 36
Octal 325 100 155 0 106 61 20 526 100 66
Binary 11010101 1000000 1101101 0 1000110 110001 10000 101010110 1000000 110110

Color Harmonies of #D5406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5406D

Black with #D5406D

Text Example


Text Example

White with #D5406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5406D; }

 p { color: rgb(213,64,109); }

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

background-color css

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

 a { background-color: rgb(213,64,109); }

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

border-color css

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

 span { border-color: rgb(213,64,109); }

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