Html Css Color HEX #D54384 Deep Cerise

📋 copy color: '#D54384'

red 213 ◦ green 67 ◦ blue 132

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

Shades of Deep Cerise #D54384

Tints of Deep Cerise #D54384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.04%

R = 51.7%
G = 16.26%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54384 (or 0xD54384) is known color: Deep Cerise. HEX triplet: D5, 43 and 84. RGB value is (213,67,132). Sum of RGB (Red+Green+Blue) = 213+67+132=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54384 is #2ABC7B. Grayscale: #757575. Windows color (decimal): -2800764 or 8668117. OLE color: 8668117.

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

Color convert

RGB 213 67 132 -
CMYK 0 0.69 0.38 0.16
HSL 333.29º 0.63% 0.55% -
HSV(B) 333.29º 0.69% 0.84% -
XYZ 33.61 19.83 23.89 -
YUV 118.06 135.87 195.71 -
System Red Green Blue C M Y K H S L
Decimal 213 67 132 0 0.69 0.38 0.16 333.29 0.63 0.55
Hex D5 43 84 0 45 26 10 14D 3F 37
Octal 325 103 204 0 105 46 20 515 77 67
Binary 11010101 1000011 10000100 0 1000101 100110 10000 101001101 111111 110111

Color Harmonies of #D54384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54384

Black with #D54384

Text Example


Text Example

White with #D54384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54384; }

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

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

background-color css

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

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

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

border-color css

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

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

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