Html Css Color HEX #D5259F Deep Cerise

📋 copy color: '#D5259F'

red 213 ◦ green 37 ◦ blue 159

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

Shades of Deep Cerise #D5259F

Tints of Deep Cerise #D5259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 52.08%
G = 9.05%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5259F (or 0xD5259F) is known color: Deep Cerise. HEX triplet: D5, 25 and 9F. RGB value is (213,37,159). Sum of RGB (Red+Green+Blue) = 213+37+159=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5259F is #2ADA60. Grayscale: #676767. Windows color (decimal): -2808417 or 10429909. OLE color: 10429909.

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

Color convert

RGB 213 37 159 -
CMYK 0 0.83 0.25 0.16
HSL 318.41º 0.7% 0.49% -
HSV(B) 318.41º 0.83% 0.84% -
XYZ 34.36 17.97 34.46 -
YUV 103.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 213 37 159 0 0.83 0.25 0.16 318.41 0.7 0.49
Hex D5 25 9F 0 53 19 10 13E 46 31
Octal 325 45 237 0 123 31 20 476 106 61
Binary 11010101 100101 10011111 0 1010011 11001 10000 100111110 1000110 110001

Color Harmonies of #D5259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5259F

Black with #D5259F

Text Example


Text Example

White with #D5259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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