Html Css Color HEX #D1338E Deep Cerise

📋 copy color: '#D1338E'

red 209 ◦ green 51 ◦ blue 142

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

Shades of Deep Cerise #D1338E

Tints of Deep Cerise #D1338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.69%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 51.99%
G = 12.69%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1338E (or 0xD1338E) is known color: Deep Cerise. HEX triplet: D1, 33 and 8E. RGB value is (209,51,142). Sum of RGB (Red+Green+Blue) = 209+51+142=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1338E is #2ECC71. Grayscale: #6C6C6C. Windows color (decimal): -3066994 or 9319377. OLE color: 9319377.

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

Color convert

RGB 209 51 142 -
CMYK 0 0.76 0.32 0.18
HSL 325.44º 0.63% 0.51% -
HSV(B) 325.44º 0.76% 0.82% -
XYZ 32.36 17.88 27.34 -
YUV 108.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 209 51 142 0 0.76 0.32 0.18 325.44 0.63 0.51
Hex D1 33 8E 0 4C 20 12 145 3F 33
Octal 321 63 216 0 114 40 22 505 77 63
Binary 11010001 110011 10001110 0 1001100 100000 10010 101000101 111111 110011

Color Harmonies of #D1338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1338E

Black with #D1338E

Text Example


Text Example

White with #D1338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1338E; }

 p { color: rgb(209,51,142); }

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

background-color css

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

 a { background-color: rgb(209,51,142); }

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

border-color css

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

 span { border-color: rgb(209,51,142); }

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