Html Css Color HEX #D54386 Deep Cerise

📋 copy color: '#D54386'

red 213 ◦ green 67 ◦ blue 134

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

Shades of Deep Cerise #D54386

Tints of Deep Cerise #D54386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.18%

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 51.45%
G = 16.18%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D54386 (or 0xD54386) is known color: Deep Cerise. HEX triplet: D5, 43 and 86. RGB value is (213,67,134). Sum of RGB (Red+Green+Blue) = 213+67+134=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D54386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54386 is #2ABC79. Grayscale: #767676. Windows color (decimal): -2800762 or 8799189. OLE color: 8799189.

HSL color Cylindrical-coordinate representation of color #D54386: hue angle of 332.47º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54386 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 134 -
CMYK 0 0.69 0.37 0.16
HSL 332.47º 0.63% 0.55% -
HSV(B) 332.47º 0.69% 0.84% -
XYZ 33.75 19.88 24.61 -
YUV 118.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 213 67 134 0 0.69 0.37 0.16 332.47 0.63 0.55
Hex D5 43 86 0 45 25 10 14C 3F 37
Octal 325 103 206 0 105 45 20 514 77 67
Binary 11010101 1000011 10000110 0 1000101 100101 10000 101001100 111111 110111

Color Harmonies of #D54386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54386

Black with #D54386

Text Example


Text Example

White with #D54386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54386; }

 p { color: rgb(213,67,134); }

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

background-color css

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

 a { background-color: rgb(213,67,134); }

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

border-color css

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

 span { border-color: rgb(213,67,134); }

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