Html Css Color HEX #D3369A Deep Cerise

📋 copy color: '#D3369A'

red 211 ◦ green 54 ◦ blue 154

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

Shades of Deep Cerise #D3369A

Tints of Deep Cerise #D3369A

RGB

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

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

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

R = 50.36%
G = 12.89%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3369A (or 0xD3369A) is known color: Deep Cerise. HEX triplet: D3, 36 and 9A. RGB value is (211,54,154). Sum of RGB (Red+Green+Blue) = 211+54+154=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3369A is #2CC965. Grayscale: #707070. Windows color (decimal): -2935142 or 10106579. OLE color: 10106579.

HSL color Cylindrical-coordinate representation of color #D3369A: hue angle of 321.78º 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 #D3369A is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 54 154 -
CMYK 0 0.74 0.27 0.17
HSL 321.78º 0.64% 0.52% -
HSV(B) 321.78º 0.74% 0.83% -
XYZ 34.02 18.82 32.41 -
YUV 112.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 211 54 154 0 0.74 0.27 0.17 321.78 0.64 0.52
Hex D3 36 9A 0 4A 1B 11 142 40 34
Octal 323 66 232 0 112 33 21 502 100 64
Binary 11010011 110110 10011010 0 1001010 11011 10001 101000010 1000000 110100

Color Harmonies of #D3369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3369A

Black with #D3369A

Text Example


Text Example

White with #D3369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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