Html Css Color HEX #D54181 Deep Cerise

📋 copy color: '#D54181'

red 213 ◦ green 65 ◦ blue 129

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

Shades of Deep Cerise #D54181

Tints of Deep Cerise #D54181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 52.33%
G = 15.97%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D54181 (or 0xD54181) is known color: Deep Cerise. HEX triplet: D5, 41 and 81. RGB value is (213,65,129). Sum of RGB (Red+Green+Blue) = 213+65+129=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D54181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54181 is #2ABE7E. Grayscale: #747474. Windows color (decimal): -2801279 or 8470997. OLE color: 8470997.

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

Color convert

RGB 213 65 129 -
CMYK 0 0.69 0.39 0.16
HSL 334.05º 0.64% 0.55% -
HSV(B) 334.05º 0.69% 0.84% -
XYZ 33.29 19.51 22.78 -
YUV 116.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 213 65 129 0 0.69 0.39 0.16 334.05 0.64 0.55
Hex D5 41 81 0 45 27 10 14E 40 37
Octal 325 101 201 0 105 47 20 516 100 67
Binary 11010101 1000001 10000001 0 1000101 100111 10000 101001110 1000000 110111

Color Harmonies of #D54181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54181

Black with #D54181

Text Example


Text Example

White with #D54181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54181; }

 p { color: rgb(213,65,129); }

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

background-color css

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

 a { background-color: rgb(213,65,129); }

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

border-color css

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

 span { border-color: rgb(213,65,129); }

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