Html Css Color HEX #D1359F Deep Cerise

📋 copy color: '#D1359F'

red 209 ◦ green 53 ◦ blue 159

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

Shades of Deep Cerise #D1359F

Tints of Deep Cerise #D1359F

RGB

 RED value IS 209 (82.03% from 255) = 49.64%

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

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

R = 49.64%
G = 12.59%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1359F (or 0xD1359F) is known color: Deep Cerise. HEX triplet: D1, 35 and 9F. RGB value is (209,53,159). Sum of RGB (Red+Green+Blue) = 209+53+159=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1359F is #2ECA60. Grayscale: #6F6F6F. Windows color (decimal): -3066465 or 10434001. OLE color: 10434001.

HSL color Cylindrical-coordinate representation of color #D1359F: hue angle of 319.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1359F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 159 -
CMYK 0 0.75 0.24 0.18
HSL 319.23º 0.63% 0.51% -
HSV(B) 319.23º 0.75% 0.82% -
XYZ 33.83 18.6 34.61 -
YUV 111.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 209 53 159 0 0.75 0.24 0.18 319.23 0.63 0.51
Hex D1 35 9F 0 4B 18 12 13F 3F 33
Octal 321 65 237 0 113 30 22 477 77 63
Binary 11010001 110101 10011111 0 1001011 11000 10010 100111111 111111 110011

Color Harmonies of #D1359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1359F

Black with #D1359F

Text Example


Text Example

White with #D1359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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