Html Css Color HEX #D5259D Deep Cerise

📋 copy color: '#D5259D'

red 213 ◦ green 37 ◦ blue 157

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

Shades of Deep Cerise #D5259D

Tints of Deep Cerise #D5259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 52.33%
G = 9.09%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5259D (or 0xD5259D) is known color: Deep Cerise. HEX triplet: D5, 25 and 9D. RGB value is (213,37,157). Sum of RGB (Red+Green+Blue) = 213+37+157=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5259D is #2ADA62. Grayscale: #666666. Windows color (decimal): -2808419 or 10298837. OLE color: 10298837.

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

Color convert

RGB 213 37 157 -
CMYK 0 0.83 0.26 0.16
HSL 319.09º 0.7% 0.49% -
HSV(B) 319.09º 0.83% 0.84% -
XYZ 34.19 17.9 33.55 -
YUV 103.3 158.31 206.24 -
System Red Green Blue C M Y K H S L
Decimal 213 37 157 0 0.83 0.26 0.16 319.09 0.7 0.49
Hex D5 25 9D 0 53 1A 10 13F 46 31
Octal 325 45 235 0 123 32 20 477 106 61
Binary 11010101 100101 10011101 0 1010011 11010 10000 100111111 1000110 110001

Color Harmonies of #D5259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5259D

Black with #D5259D

Text Example


Text Example

White with #D5259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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