Html Css Color HEX #D3368D Deep Cerise

📋 copy color: '#D3368D'

red 211 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #D3368D

Tints of Deep Cerise #D3368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 51.97%
G = 13.3%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3368D (or 0xD3368D) is known color: Deep Cerise. HEX triplet: D3, 36 and 8D. RGB value is (211,54,141). Sum of RGB (Red+Green+Blue) = 211+54+141=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3368D is #2CC972. Grayscale: #6E6E6E. Windows color (decimal): -2935155 or 9254611. OLE color: 9254611.

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

Color convert

RGB 211 54 141 -
CMYK 0 0.74 0.33 0.17
HSL 326.75º 0.64% 0.52% -
HSV(B) 326.75º 0.74% 0.83% -
XYZ 32.99 18.41 27.01 -
YUV 110.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 211 54 141 0 0.74 0.33 0.17 326.75 0.64 0.52
Hex D3 36 8D 0 4A 21 11 147 40 34
Octal 323 66 215 0 112 41 21 507 100 64
Binary 11010011 110110 10001101 0 1001010 100001 10001 101000111 1000000 110100

Color Harmonies of #D3368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3368D

Black with #D3368D

Text Example


Text Example

White with #D3368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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