Html Css Color HEX #D1338A Deep Cerise

📋 copy color: '#D1338A'

red 209 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #D1338A

Tints of Deep Cerise #D1338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 52.51%
G = 12.81%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1338A (or 0xD1338A) is known color: Deep Cerise. HEX triplet: D1, 33 and 8A. RGB value is (209,51,138). Sum of RGB (Red+Green+Blue) = 209+51+138=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1338A is #2ECC75. Grayscale: #6B6B6B. Windows color (decimal): -3066998 or 9057233. OLE color: 9057233.

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

Color convert

RGB 209 51 138 -
CMYK 0 0.76 0.34 0.18
HSL 326.96º 0.63% 0.51% -
HSV(B) 326.96º 0.76% 0.82% -
XYZ 32.07 17.76 25.78 -
YUV 108.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 209 51 138 0 0.76 0.34 0.18 326.96 0.63 0.51
Hex D1 33 8A 0 4C 22 12 147 3F 33
Octal 321 63 212 0 114 42 22 507 77 63
Binary 11010001 110011 10001010 0 1001100 100010 10010 101000111 111111 110011

Color Harmonies of #D1338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1338A

Black with #D1338A

Text Example


Text Example

White with #D1338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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