Html Css Color HEX #D1349B Deep Cerise

📋 copy color: '#D1349B'

red 209 ◦ green 52 ◦ blue 155

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

Shades of Deep Cerise #D1349B

Tints of Deep Cerise #D1349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.5%

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 50.24%
G = 12.5%
B = 37.26%

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

#D1349B (or 0xD1349B) is known color: Deep Cerise. HEX triplet: D1, 34 and 9B. RGB value is (209,52,155). Sum of RGB (Red+Green+Blue) = 209+52+155=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1349B is #2ECB64. Grayscale: #6E6E6E. Windows color (decimal): -3066725 or 10171601. OLE color: 10171601.

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

Color convert

RGB 209 52 155 -
CMYK 0 0.75 0.26 0.18
HSL 320.64º 0.63% 0.51% -
HSV(B) 320.64º 0.75% 0.82% -
XYZ 33.44 18.38 32.8 -
YUV 110.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 209 52 155 0 0.75 0.26 0.18 320.64 0.63 0.51
Hex D1 34 9B 0 4B 1A 12 141 3F 33
Octal 321 64 233 0 113 32 22 501 77 63
Binary 11010001 110100 10011011 0 1001011 11010 10010 101000001 111111 110011

Color Harmonies of #D1349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1349B

Black with #D1349B

Text Example


Text Example

White with #D1349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1349B; }

 p { color: rgb(209,52,155); }

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

background-color css

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

 a { background-color: rgb(209,52,155); }

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

border-color css

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

 span { border-color: rgb(209,52,155); }

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