Html Css Color HEX #D1357C Deep Cerise

📋 copy color: '#D1357C'

red 209 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #D1357C

Tints of Deep Cerise #D1357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 54.15%
G = 13.73%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1357C (or 0xD1357C) is known color: Deep Cerise. HEX triplet: D1, 35 and 7C. RGB value is (209,53,124). Sum of RGB (Red+Green+Blue) = 209+53+124=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1357C is #2ECA83. Grayscale: #6B6B6B. Windows color (decimal): -3066500 or 8140241. OLE color: 8140241.

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

Color convert

RGB 209 53 124 -
CMYK 0 0.75 0.41 0.18
HSL 332.69º 0.63% 0.51% -
HSV(B) 332.69º 0.75% 0.82% -
XYZ 31.21 17.56 20.81 -
YUV 107.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 209 53 124 0 0.75 0.41 0.18 332.69 0.63 0.51
Hex D1 35 7C 0 4B 29 12 14D 3F 33
Octal 321 65 174 0 113 51 22 515 77 63
Binary 11010001 110101 1111100 0 1001011 101001 10010 101001101 111111 110011

Color Harmonies of #D1357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1357C

Black with #D1357C

Text Example


Text Example

White with #D1357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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