Html Css Color HEX #D5359F Deep Cerise

📋 copy color: '#D5359F'

red 213 ◦ green 53 ◦ blue 159

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

Shades of Deep Cerise #D5359F

Tints of Deep Cerise #D5359F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.47%

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

R = 50.12%
G = 12.47%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5359F (or 0xD5359F) is known color: Deep Cerise. HEX triplet: D5, 35 and 9F. RGB value is (213,53,159). Sum of RGB (Red+Green+Blue) = 213+53+159=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5359F is #2ACA60. Grayscale: #707070. Windows color (decimal): -2804321 or 10434005. OLE color: 10434005.

HSL color Cylindrical-coordinate representation of color #D5359F: hue angle of 320.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5359F is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 159 -
CMYK 0 0.75 0.25 0.16
HSL 320.25º 0.66% 0.52% -
HSV(B) 320.25º 0.75% 0.84% -
XYZ 34.97 19.2 34.66 -
YUV 112.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 213 53 159 0 0.75 0.25 0.16 320.25 0.66 0.52
Hex D5 35 9F 0 4B 19 10 140 42 34
Octal 325 65 237 0 113 31 20 500 102 64
Binary 11010101 110101 10011111 0 1001011 11001 10000 101000000 1000010 110100

Color Harmonies of #D5359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5359F

Black with #D5359F

Text Example


Text Example

White with #D5359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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