Html Css Color HEX #D54285 Deep Cerise

📋 copy color: '#D54285'

red 213 ◦ green 66 ◦ blue 133

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

Shades of Deep Cerise #D54285

Tints of Deep Cerise #D54285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

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

R = 51.7%
G = 16.02%
B = 32.28%

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

#D54285 (or 0xD54285) is known color: Deep Cerise. HEX triplet: D5, 42 and 85. RGB value is (213,66,133). Sum of RGB (Red+Green+Blue) = 213+66+133=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54285 is #2ABD7A. Grayscale: #757575. Windows color (decimal): -2801019 or 8733397. OLE color: 8733397.

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

Color convert

RGB 213 66 133 -
CMYK 0 0.69 0.38 0.16
HSL 332.65º 0.64% 0.55% -
HSV(B) 332.65º 0.69% 0.84% -
XYZ 33.62 19.74 24.23 -
YUV 117.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 213 66 133 0 0.69 0.38 0.16 332.65 0.64 0.55
Hex D5 42 85 0 45 26 10 14D 40 37
Octal 325 102 205 0 105 46 20 515 100 67
Binary 11010101 1000010 10000101 0 1000101 100110 10000 101001101 1000000 110111

Color Harmonies of #D54285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54285

Black with #D54285

Text Example


Text Example

White with #D54285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54285; }

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

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

background-color css

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

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

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

border-color css

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

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

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