Html Css Color HEX #D54094 Deep Cerise

📋 copy color: '#D54094'

red 213 ◦ green 64 ◦ blue 148

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

Shades of Deep Cerise #D54094

Tints of Deep Cerise #D54094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 50.12%
G = 15.06%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54094 (or 0xD54094) is known color: Deep Cerise. HEX triplet: D5, 40 and 94. RGB value is (213,64,148). Sum of RGB (Red+Green+Blue) = 213+64+148=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D54094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54094 is #2ABF6B. Grayscale: #757575. Windows color (decimal): -2801516 or 9715925. OLE color: 9715925.

HSL color Cylindrical-coordinate representation of color #D54094: hue angle of 326.17º 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 #D54094 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 148 -
CMYK 0 0.70 0.31 0.16
HSL 326.17º 0.64% 0.54% -
HSV(B) 326.17º 0.7% 0.84% -
XYZ 34.62 19.95 30.04 -
YUV 118.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 213 64 148 0 0.70 0.31 0.16 326.17 0.64 0.54
Hex D5 40 94 0 46 1F 10 146 40 36
Octal 325 100 224 0 106 37 20 506 100 66
Binary 11010101 1000000 10010100 0 1000110 11111 10000 101000110 1000000 110110

Color Harmonies of #D54094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54094

Black with #D54094

Text Example


Text Example

White with #D54094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54094; }

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

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

background-color css

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

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

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

border-color css

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

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

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