Html Css Color HEX #D5258D Deep Cerise

📋 copy color: '#D5258D'

red 213 ◦ green 37 ◦ blue 141

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

Shades of Deep Cerise #D5258D

Tints of Deep Cerise #D5258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 54.48%
G = 9.46%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5258D (or 0xD5258D) is known color: Deep Cerise. HEX triplet: D5, 25 and 8D. RGB value is (213,37,141). Sum of RGB (Red+Green+Blue) = 213+37+141=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5258D is #2ADA72. Grayscale: #656565. Windows color (decimal): -2808435 or 9250261. OLE color: 9250261.

HSL color Cylindrical-coordinate representation of color #D5258D: hue angle of 324.55º 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 #D5258D is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 141 -
CMYK 0 0.83 0.34 0.16
HSL 324.55º 0.7% 0.49% -
HSV(B) 324.55º 0.83% 0.84% -
XYZ 32.91 17.39 26.82 -
YUV 101.48 150.31 207.54 -
System Red Green Blue C M Y K H S L
Decimal 213 37 141 0 0.83 0.34 0.16 324.55 0.7 0.49
Hex D5 25 8D 0 53 22 10 145 46 31
Octal 325 45 215 0 123 42 20 505 106 61
Binary 11010101 100101 10001101 0 1010011 100010 10000 101000101 1000110 110001

Color Harmonies of #D5258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5258D

Black with #D5258D

Text Example


Text Example

White with #D5258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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