Html Css Color HEX #D5338A Deep Cerise

📋 copy color: '#D5338A'

red 213 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #D5338A

Tints of Deep Cerise #D5338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.69%

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

R = 52.99%
G = 12.69%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5338A (or 0xD5338A) is known color: Deep Cerise. HEX triplet: D5, 33 and 8A. RGB value is (213,51,138). Sum of RGB (Red+Green+Blue) = 213+51+138=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5338A is #2ACC75. Grayscale: #6D6D6D. Windows color (decimal): -2804854 or 9057237. OLE color: 9057237.

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

Color convert

RGB 213 51 138 -
CMYK 0 0.76 0.35 0.16
HSL 327.78º 0.66% 0.52% -
HSV(B) 327.78º 0.76% 0.84% -
XYZ 33.21 18.35 25.84 -
YUV 109.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 213 51 138 0 0.76 0.35 0.16 327.78 0.66 0.52
Hex D5 33 8A 0 4C 23 10 148 42 34
Octal 325 63 212 0 114 43 20 510 102 64
Binary 11010101 110011 10001010 0 1001100 100011 10000 101001000 1000010 110100

Color Harmonies of #D5338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5338A

Black with #D5338A

Text Example


Text Example

White with #D5338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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