Html Css Color HEX #D1348C Deep Cerise

📋 copy color: '#D1348C'

red 209 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #D1348C

Tints of Deep Cerise #D1348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 52.12%
G = 12.97%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1348C (or 0xD1348C) is known color: Deep Cerise. HEX triplet: D1, 34 and 8C. RGB value is (209,52,140). Sum of RGB (Red+Green+Blue) = 209+52+140=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1348C is #2ECB73. Grayscale: #6C6C6C. Windows color (decimal): -3066740 or 9188561. OLE color: 9188561.

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

Color convert

RGB 209 52 140 -
CMYK 0 0.75 0.33 0.18
HSL 326.37º 0.63% 0.51% -
HSV(B) 326.37º 0.75% 0.82% -
XYZ 32.26 17.9 26.57 -
YUV 108.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 209 52 140 0 0.75 0.33 0.18 326.37 0.63 0.51
Hex D1 34 8C 0 4B 21 12 146 3F 33
Octal 321 64 214 0 113 41 22 506 77 63
Binary 11010001 110100 10001100 0 1001011 100001 10010 101000110 111111 110011

Color Harmonies of #D1348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1348C

Black with #D1348C

Text Example


Text Example

White with #D1348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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