Html Css Color HEX #D5258A Deep Cerise

📋 copy color: '#D5258A'

red 213 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #D5258A

Tints of Deep Cerise #D5258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.54%

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

R = 54.9%
G = 9.54%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5258A (or 0xD5258A) is known color: Deep Cerise. HEX triplet: D5, 25 and 8A. RGB value is (213,37,138). Sum of RGB (Red+Green+Blue) = 213+37+138=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5258A is #2ADA75. Grayscale: #646464. Windows color (decimal): -2808438 or 9053653. OLE color: 9053653.

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

Color convert

RGB 213 37 138 -
CMYK 0 0.83 0.35 0.16
HSL 325.57º 0.7% 0.49% -
HSV(B) 325.57º 0.83% 0.84% -
XYZ 32.69 17.3 25.66 -
YUV 101.14 148.81 207.79 -
System Red Green Blue C M Y K H S L
Decimal 213 37 138 0 0.83 0.35 0.16 325.57 0.7 0.49
Hex D5 25 8A 0 53 23 10 146 46 31
Octal 325 45 212 0 123 43 20 506 106 61
Binary 11010101 100101 10001010 0 1010011 100011 10000 101000110 1000110 110001

Color Harmonies of #D5258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5258A

Black with #D5258A

Text Example


Text Example

White with #D5258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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