Html Css Color HEX #D3389A Deep Cerise

📋 copy color: '#D3389A'

red 211 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #D3389A

Tints of Deep Cerise #D3389A

RGB

 RED value IS 211 (82.81% from 255) = 50.12%

 GREEN value IS 56 (22.27% from 255) = 13.3%

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 50.12%
G = 13.3%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3389A (or 0xD3389A) is known color: Deep Cerise. HEX triplet: D3, 38 and 9A. RGB value is (211,56,154). Sum of RGB (Red+Green+Blue) = 211+56+154=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3389A is #2CC765. Grayscale: #717171. Windows color (decimal): -2934630 or 10107091. OLE color: 10107091.

HSL color Cylindrical-coordinate representation of color #D3389A: hue angle of 322.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3389A is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 154 -
CMYK 0 0.73 0.27 0.17
HSL 322.06º 0.64% 0.52% -
HSV(B) 322.06º 0.73% 0.83% -
XYZ 34.11 19.01 32.44 -
YUV 113.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 211 56 154 0 0.73 0.27 0.17 322.06 0.64 0.52
Hex D3 38 9A 0 49 1B 11 142 40 34
Octal 323 70 232 0 111 33 21 502 100 64
Binary 11010011 111000 10011010 0 1001001 11011 10001 101000010 1000000 110100

Color Harmonies of #D3389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3389A

Black with #D3389A

Text Example


Text Example

White with #D3389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3389A; }

 p { color: rgb(211,56,154); }

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

background-color css

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

 a { background-color: rgb(211,56,154); }

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

border-color css

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

 span { border-color: rgb(211,56,154); }

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