Html Css Color HEX #D54192 Deep Cerise

📋 copy color: '#D54192'

red 213 ◦ green 65 ◦ blue 146

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

Shades of Deep Cerise #D54192

Tints of Deep Cerise #D54192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.33%

 BLUE value IS 146 (57.42% from 255) = 34.43%

R = 50.24%
G = 15.33%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54192 (or 0xD54192) is known color: Deep Cerise. HEX triplet: D5, 41 and 92. RGB value is (213,65,146). Sum of RGB (Red+Green+Blue) = 213+65+146=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D54192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54192 is #2ABE6D. Grayscale: #767676. Windows color (decimal): -2801262 or 9585109. OLE color: 9585109.

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

Color convert

RGB 213 65 146 -
CMYK 0 0.69 0.31 0.16
HSL 327.16º 0.64% 0.55% -
HSV(B) 327.16º 0.69% 0.84% -
XYZ 34.52 20 29.24 -
YUV 118.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 213 65 146 0 0.69 0.31 0.16 327.16 0.64 0.55
Hex D5 41 92 0 45 1F 10 147 40 37
Octal 325 101 222 0 105 37 20 507 100 67
Binary 11010101 1000001 10010010 0 1000101 11111 10000 101000111 1000000 110111

Color Harmonies of #D54192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54192

Black with #D54192

Text Example


Text Example

White with #D54192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54192; }

 p { color: rgb(213,65,146); }

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

background-color css

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

 a { background-color: rgb(213,65,146); }

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

border-color css

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

 span { border-color: rgb(213,65,146); }

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