Html Css Color HEX #D54280 Deep Cerise

📋 copy color: '#D54280'

red 213 ◦ green 66 ◦ blue 128

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

Shades of Deep Cerise #D54280

Tints of Deep Cerise #D54280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 52.33%
G = 16.22%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D54280 (or 0xD54280) is known color: Deep Cerise. HEX triplet: D5, 42 and 80. RGB value is (213,66,128). Sum of RGB (Red+Green+Blue) = 213+66+128=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D54280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54280 is #2ABD7F. Grayscale: #747474. Windows color (decimal): -2801024 or 8405717. OLE color: 8405717.

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

Color convert

RGB 213 66 128 -
CMYK 0 0.69 0.40 0.16
HSL 334.69º 0.64% 0.55% -
HSV(B) 334.69º 0.69% 0.84% -
XYZ 33.29 19.6 22.45 -
YUV 117.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 213 66 128 0 0.69 0.40 0.16 334.69 0.64 0.55
Hex D5 42 80 0 45 28 10 14F 40 37
Octal 325 102 200 0 105 50 20 517 100 67
Binary 11010101 1000010 10000000 0 1000101 101000 10000 101001111 1000000 110111

Color Harmonies of #D54280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54280

Black with #D54280

Text Example


Text Example

White with #D54280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54280; }

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

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

background-color css

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

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

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

border-color css

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

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

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