Html Css Color HEX #D1338D Deep Cerise

📋 copy color: '#D1338D'

red 209 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #D1338D

Tints of Deep Cerise #D1338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 52.12%
G = 12.72%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1338D (or 0xD1338D) is known color: Deep Cerise. HEX triplet: D1, 33 and 8D. RGB value is (209,51,141). Sum of RGB (Red+Green+Blue) = 209+51+141=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1338D is #2ECC72. Grayscale: #6C6C6C. Windows color (decimal): -3066995 or 9253841. OLE color: 9253841.

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

Color convert

RGB 209 51 141 -
CMYK 0 0.76 0.33 0.18
HSL 325.82º 0.63% 0.51% -
HSV(B) 325.82º 0.76% 0.82% -
XYZ 32.29 17.85 26.94 -
YUV 108.5 146.35 199.68 -
System Red Green Blue C M Y K H S L
Decimal 209 51 141 0 0.76 0.33 0.18 325.82 0.63 0.51
Hex D1 33 8D 0 4C 21 12 146 3F 33
Octal 321 63 215 0 114 41 22 506 77 63
Binary 11010001 110011 10001101 0 1001100 100001 10010 101000110 111111 110011

Color Harmonies of #D1338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1338D

Black with #D1338D

Text Example


Text Example

White with #D1338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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