Html Css Color HEX #D54385 Deep Cerise

📋 copy color: '#D54385'

red 213 ◦ green 67 ◦ blue 133

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

Shades of Deep Cerise #D54385

Tints of Deep Cerise #D54385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 51.57%
G = 16.22%
B = 32.2%

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

#D54385 (or 0xD54385) is known color: Deep Cerise. HEX triplet: D5, 43 and 85. RGB value is (213,67,133). Sum of RGB (Red+Green+Blue) = 213+67+133=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D54385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54385 is #2ABC7A. Grayscale: #767676. Windows color (decimal): -2800763 or 8733653. OLE color: 8733653.

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

Color convert

RGB 213 67 133 -
CMYK 0 0.69 0.38 0.16
HSL 332.88º 0.63% 0.55% -
HSV(B) 332.88º 0.69% 0.84% -
XYZ 33.68 19.85 24.25 -
YUV 118.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 213 67 133 0 0.69 0.38 0.16 332.88 0.63 0.55
Hex D5 43 85 0 45 26 10 14D 3F 37
Octal 325 103 205 0 105 46 20 515 77 67
Binary 11010101 1000011 10000101 0 1000101 100110 10000 101001101 111111 110111

Color Harmonies of #D54385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54385

Black with #D54385

Text Example


Text Example

White with #D54385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54385; }

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

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

background-color css

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

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

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

border-color css

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

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

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