Html Css Color HEX #D54182 Deep Cerise

📋 copy color: '#D54182'

red 213 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #D54182

Tints of Deep Cerise #D54182

RGB

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

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

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

R = 52.21%
G = 15.93%
B = 31.86%

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

#D54182 (or 0xD54182) is known color: Deep Cerise. HEX triplet: D5, 41 and 82. RGB value is (213,65,130). Sum of RGB (Red+Green+Blue) = 213+65+130=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D54182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54182 is #2ABE7D. Grayscale: #747474. Windows color (decimal): -2801278 or 8536533. OLE color: 8536533.

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

Color convert

RGB 213 65 130 -
CMYK 0 0.69 0.39 0.16
HSL 333.65º 0.64% 0.55% -
HSV(B) 333.65º 0.69% 0.84% -
XYZ 33.36 19.54 23.13 -
YUV 116.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 213 65 130 0 0.69 0.39 0.16 333.65 0.64 0.55
Hex D5 41 82 0 45 27 10 14E 40 37
Octal 325 101 202 0 105 47 20 516 100 67
Binary 11010101 1000001 10000010 0 1000101 100111 10000 101001110 1000000 110111

Color Harmonies of #D54182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54182

Black with #D54182

Text Example


Text Example

White with #D54182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54182; }

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

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

background-color css

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

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

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

border-color css

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

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

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