Html Css Color HEX #D5398B Deep Cerise

📋 copy color: '#D5398B'

red 213 ◦ green 57 ◦ blue 139

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

Shades of Deep Cerise #D5398B

Tints of Deep Cerise #D5398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.94%

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 52.08%
G = 13.94%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5398B (or 0xD5398B) is known color: Deep Cerise. HEX triplet: D5, 39 and 8B. RGB value is (213,57,139). Sum of RGB (Red+Green+Blue) = 213+57+139=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5398B is #2AC674. Grayscale: #707070. Windows color (decimal): -2803317 or 9124309. OLE color: 9124309.

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

Color convert

RGB 213 57 139 -
CMYK 0 0.73 0.35 0.16
HSL 328.46º 0.65% 0.53% -
HSV(B) 328.46º 0.73% 0.84% -
XYZ 33.56 18.94 26.31 -
YUV 112.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 213 57 139 0 0.73 0.35 0.16 328.46 0.65 0.53
Hex D5 39 8B 0 49 23 10 148 41 35
Octal 325 71 213 0 111 43 20 510 101 65
Binary 11010101 111001 10001011 0 1001001 100011 10000 101001000 1000001 110101

Color Harmonies of #D5398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5398B

Black with #D5398B

Text Example


Text Example

White with #D5398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5398B; }

 p { color: rgb(213,57,139); }

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

background-color css

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

 a { background-color: rgb(213,57,139); }

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

border-color css

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

 span { border-color: rgb(213,57,139); }

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