Html Css Color HEX #D5328A Deep Cerise

📋 copy color: '#D5328A'

red 213 ◦ green 50 ◦ blue 138

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

Shades of Deep Cerise #D5328A

Tints of Deep Cerise #D5328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.47%

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 53.12%
G = 12.47%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5328A (or 0xD5328A) is known color: Deep Cerise. HEX triplet: D5, 32 and 8A. RGB value is (213,50,138). Sum of RGB (Red+Green+Blue) = 213+50+138=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5328A is #2ACD75. Grayscale: #6C6C6C. Windows color (decimal): -2805110 or 9056981. OLE color: 9056981.

HSL color Cylindrical-coordinate representation of color #D5328A: hue angle of 327.61º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5328A is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 138 -
CMYK 0 0.77 0.35 0.16
HSL 327.61º 0.66% 0.52% -
HSV(B) 327.61º 0.77% 0.84% -
XYZ 33.17 18.26 25.82 -
YUV 108.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 213 50 138 0 0.77 0.35 0.16 327.61 0.66 0.52
Hex D5 32 8A 0 4D 23 10 148 42 34
Octal 325 62 212 0 115 43 20 510 102 64
Binary 11010101 110010 10001010 0 1001101 100011 10000 101001000 1000010 110100

Color Harmonies of #D5328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5328A

Black with #D5328A

Text Example


Text Example

White with #D5328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5328A; }

 p { color: rgb(213,50,138); }

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

background-color css

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

 a { background-color: rgb(213,50,138); }

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

border-color css

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

 span { border-color: rgb(213,50,138); }

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