Html Css Color HEX #D5258C Deep Cerise

📋 copy color: '#D5258C'

red 213 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #D5258C

Tints of Deep Cerise #D5258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 54.62%
G = 9.49%
B = 35.9%

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

#D5258C (or 0xD5258C) is known color: Deep Cerise. HEX triplet: D5, 25 and 8C. RGB value is (213,37,140). Sum of RGB (Red+Green+Blue) = 213+37+140=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5258C is #2ADA73. Grayscale: #656565. Windows color (decimal): -2808436 or 9184725. OLE color: 9184725.

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

Color convert

RGB 213 37 140 -
CMYK 0 0.83 0.34 0.16
HSL 324.89º 0.7% 0.49% -
HSV(B) 324.89º 0.83% 0.84% -
XYZ 32.84 17.36 26.43 -
YUV 101.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 213 37 140 0 0.83 0.34 0.16 324.89 0.7 0.49
Hex D5 25 8C 0 53 22 10 145 46 31
Octal 325 45 214 0 123 42 20 505 106 61
Binary 11010101 100101 10001100 0 1010011 100010 10000 101000101 1000110 110001

Color Harmonies of #D5258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5258C

Black with #D5258C

Text Example


Text Example

White with #D5258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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