Html Css Color HEX #D54082 Deep Cerise

📋 copy color: '#D54082'

red 213 ◦ green 64 ◦ blue 130

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

Shades of Deep Cerise #D54082

Tints of Deep Cerise #D54082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 130 (51.17% from 255) = 31.94%

R = 52.33%
G = 15.72%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D54082 (or 0xD54082) is known color: Deep Cerise. HEX triplet: D5, 40 and 82. RGB value is (213,64,130). Sum of RGB (Red+Green+Blue) = 213+64+130=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D54082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54082 is #2ABF7D. Grayscale: #737373. Windows color (decimal): -2801534 or 8536277. OLE color: 8536277.

HSL color Cylindrical-coordinate representation of color #D54082: hue angle of 333.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54082 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 130 -
CMYK 0 0.70 0.39 0.16
HSL 333.42º 0.64% 0.54% -
HSV(B) 333.42º 0.7% 0.84% -
XYZ 33.3 19.42 23.11 -
YUV 116.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 213 64 130 0 0.70 0.39 0.16 333.42 0.64 0.54
Hex D5 40 82 0 46 27 10 14D 40 36
Octal 325 100 202 0 106 47 20 515 100 66
Binary 11010101 1000000 10000010 0 1000110 100111 10000 101001101 1000000 110110

Color Harmonies of #D54082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54082

Black with #D54082

Text Example


Text Example

White with #D54082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54082; }

 p { color: rgb(213,64,130); }

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

background-color css

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

 a { background-color: rgb(213,64,130); }

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

border-color css

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

 span { border-color: rgb(213,64,130); }

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