Html Css Color HEX #D5259E Deep Cerise

📋 copy color: '#D5259E'

red 213 ◦ green 37 ◦ blue 158

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

Shades of Deep Cerise #D5259E

Tints of Deep Cerise #D5259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 52.21%
G = 9.07%
B = 38.73%

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

#D5259E (or 0xD5259E) is known color: Deep Cerise. HEX triplet: D5, 25 and 9E. RGB value is (213,37,158). Sum of RGB (Red+Green+Blue) = 213+37+158=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5259E is #2ADA61. Grayscale: #676767. Windows color (decimal): -2808418 or 10364373. OLE color: 10364373.

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

Color convert

RGB 213 37 158 -
CMYK 0 0.83 0.26 0.16
HSL 318.75º 0.7% 0.49% -
HSV(B) 318.75º 0.83% 0.84% -
XYZ 34.27 17.94 34 -
YUV 103.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 213 37 158 0 0.83 0.26 0.16 318.75 0.7 0.49
Hex D5 25 9E 0 53 1A 10 13F 46 31
Octal 325 45 236 0 123 32 20 477 106 61
Binary 11010101 100101 10011110 0 1010011 11010 10000 100111111 1000110 110001

Color Harmonies of #D5259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5259E

Black with #D5259E

Text Example


Text Example

White with #D5259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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