Html Css Color HEX #D5259C Deep Cerise

📋 copy color: '#D5259C'

red 213 ◦ green 37 ◦ blue 156

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

Shades of Deep Cerise #D5259C

Tints of Deep Cerise #D5259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 52.46%
G = 9.11%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5259C (or 0xD5259C) is known color: Deep Cerise. HEX triplet: D5, 25 and 9C. RGB value is (213,37,156). Sum of RGB (Red+Green+Blue) = 213+37+156=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5259C is #2ADA63. Grayscale: #666666. Windows color (decimal): -2808420 or 10233301. OLE color: 10233301.

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

Color convert

RGB 213 37 156 -
CMYK 0 0.83 0.27 0.16
HSL 319.43º 0.7% 0.49% -
HSV(B) 319.43º 0.83% 0.84% -
XYZ 34.1 17.87 33.1 -
YUV 103.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 213 37 156 0 0.83 0.27 0.16 319.43 0.7 0.49
Hex D5 25 9C 0 53 1B 10 13F 46 31
Octal 325 45 234 0 123 33 20 477 106 61
Binary 11010101 100101 10011100 0 1010011 11011 10000 100111111 1000110 110001

Color Harmonies of #D5259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5259C

Black with #D5259C

Text Example


Text Example

White with #D5259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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