Html Css Color HEX #D3369D Deep Cerise

📋 copy color: '#D3369D'

red 211 ◦ green 54 ◦ blue 157

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

Shades of Deep Cerise #D3369D

Tints of Deep Cerise #D3369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 50%
G = 12.8%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D3369D (or 0xD3369D) is known color: Deep Cerise. HEX triplet: D3, 36 and 9D. RGB value is (211,54,157). Sum of RGB (Red+Green+Blue) = 211+54+157=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3369D is #2CC962. Grayscale: #707070. Windows color (decimal): -2935139 or 10303187. OLE color: 10303187.

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

Color convert

RGB 211 54 157 -
CMYK 0 0.74 0.26 0.17
HSL 320.64º 0.64% 0.52% -
HSV(B) 320.64º 0.74% 0.83% -
XYZ 34.27 18.92 33.74 -
YUV 112.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 211 54 157 0 0.74 0.26 0.17 320.64 0.64 0.52
Hex D3 36 9D 0 4A 1A 11 141 40 34
Octal 323 66 235 0 112 32 21 501 100 64
Binary 11010011 110110 10011101 0 1001010 11010 10001 101000001 1000000 110100

Color Harmonies of #D3369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3369D

Black with #D3369D

Text Example


Text Example

White with #D3369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3369D; }

 p { color: rgb(211,54,157); }

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

background-color css

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

 a { background-color: rgb(211,54,157); }

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

border-color css

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

 span { border-color: rgb(211,54,157); }

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