Html Css Color HEX #D1338B Deep Cerise

📋 copy color: '#D1338B'

red 209 ◦ green 51 ◦ blue 139

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

Shades of Deep Cerise #D1338B

Tints of Deep Cerise #D1338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 52.38%
G = 12.78%
B = 34.84%

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

#D1338B (or 0xD1338B) is known color: Deep Cerise. HEX triplet: D1, 33 and 8B. RGB value is (209,51,139). Sum of RGB (Red+Green+Blue) = 209+51+139=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1338B is #2ECC74. Grayscale: #6C6C6C. Windows color (decimal): -3066997 or 9122769. OLE color: 9122769.

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

Color convert

RGB 209 51 139 -
CMYK 0 0.76 0.33 0.18
HSL 326.58º 0.63% 0.51% -
HSV(B) 326.58º 0.76% 0.82% -
XYZ 32.14 17.79 26.17 -
YUV 108.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 209 51 139 0 0.76 0.33 0.18 326.58 0.63 0.51
Hex D1 33 8B 0 4C 21 12 147 3F 33
Octal 321 63 213 0 114 41 22 507 77 63
Binary 11010001 110011 10001011 0 1001100 100001 10010 101000111 111111 110011

Color Harmonies of #D1338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1338B

Black with #D1338B

Text Example


Text Example

White with #D1338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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