Html Css Color HEX #D3387B Deep Cerise

📋 copy color: '#D3387B'

red 211 ◦ green 56 ◦ blue 123

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

Shades of Deep Cerise #D3387B

Tints of Deep Cerise #D3387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 54.1%
G = 14.36%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3387B (or 0xD3387B) is known color: Deep Cerise. HEX triplet: D3, 38 and 7B. RGB value is (211,56,123). Sum of RGB (Red+Green+Blue) = 211+56+123=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3387B is #2CC784. Grayscale: #6D6D6D. Windows color (decimal): -2934661 or 8075475. OLE color: 8075475.

HSL color Cylindrical-coordinate representation of color #D3387B: hue angle of 334.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 #D3387B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 123 -
CMYK 0 0.73 0.42 0.17
HSL 334.06º 0.64% 0.52% -
HSV(B) 334.06º 0.73% 0.83% -
XYZ 31.85 18.11 20.56 -
YUV 109.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 211 56 123 0 0.73 0.42 0.17 334.06 0.64 0.52
Hex D3 38 7B 0 49 2A 11 14E 40 34
Octal 323 70 173 0 111 52 21 516 100 64
Binary 11010011 111000 1111011 0 1001001 101010 10001 101001110 1000000 110100

Color Harmonies of #D3387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3387B

Black with #D3387B

Text Example


Text Example

White with #D3387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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