Html Css Color HEX #D54483 Deep Cerise

📋 copy color: '#D54483'

red 213 ◦ green 68 ◦ blue 131

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

Shades of Deep Cerise #D54483

Tints of Deep Cerise #D54483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

 BLUE value IS 131 (51.56% from 255) = 31.8%

R = 51.7%
G = 16.5%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D54483 (or 0xD54483) is known color: Deep Cerise. HEX triplet: D5, 44 and 83. RGB value is (213,68,131). Sum of RGB (Red+Green+Blue) = 213+68+131=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54483 is #2ABB7C. Grayscale: #767676. Windows color (decimal): -2800509 or 8602837. OLE color: 8602837.

HSL color Cylindrical-coordinate representation of color #D54483: hue angle of 333.93º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54483 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 131 -
CMYK 0 0.68 0.38 0.16
HSL 333.93º 0.63% 0.55% -
HSV(B) 333.93º 0.68% 0.84% -
XYZ 33.6 19.92 23.55 -
YUV 118.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 213 68 131 0 0.68 0.38 0.16 333.93 0.63 0.55
Hex D5 44 83 0 44 26 10 14E 3F 37
Octal 325 104 203 0 104 46 20 516 77 67
Binary 11010101 1000100 10000011 0 1000100 100110 10000 101001110 111111 110111

Color Harmonies of #D54483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54483

Black with #D54483

Text Example


Text Example

White with #D54483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54483; }

 p { color: rgb(213,68,131); }

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

background-color css

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

 a { background-color: rgb(213,68,131); }

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

border-color css

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

 span { border-color: rgb(213,68,131); }

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