Html Css Color HEX #D1359A Deep Cerise

📋 copy color: '#D1359A'

red 209 ◦ green 53 ◦ blue 154

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

Shades of Deep Cerise #D1359A

Tints of Deep Cerise #D1359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 50.24%
G = 12.74%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1359A (or 0xD1359A) is known color: Deep Cerise. HEX triplet: D1, 35 and 9A. RGB value is (209,53,154). Sum of RGB (Red+Green+Blue) = 209+53+154=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1359A is #2ECA65. Grayscale: #6E6E6E. Windows color (decimal): -3066470 or 10106321. OLE color: 10106321.

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

Color convert

RGB 209 53 154 -
CMYK 0 0.75 0.26 0.18
HSL 321.15º 0.63% 0.51% -
HSV(B) 321.15º 0.75% 0.82% -
XYZ 33.4 18.43 32.37 -
YUV 111.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 209 53 154 0 0.75 0.26 0.18 321.15 0.63 0.51
Hex D1 35 9A 0 4B 1A 12 141 3F 33
Octal 321 65 232 0 113 32 22 501 77 63
Binary 11010001 110101 10011010 0 1001011 11010 10010 101000001 111111 110011

Color Harmonies of #D1359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1359A

Black with #D1359A

Text Example


Text Example

White with #D1359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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