Html Css Color HEX #D3358E Deep Cerise

📋 copy color: '#D3358E'

red 211 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #D3358E

Tints of Deep Cerise #D3358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.05%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 51.97%
G = 13.05%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3358E (or 0xD3358E) is known color: Deep Cerise. HEX triplet: D3, 35 and 8E. RGB value is (211,53,142). Sum of RGB (Red+Green+Blue) = 211+53+142=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3358E is #2CCA71. Grayscale: #6E6E6E. Windows color (decimal): -2935410 or 9319891. OLE color: 9319891.

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

Color convert

RGB 211 53 142 -
CMYK 0 0.75 0.33 0.17
HSL 326.2º 0.64% 0.52% -
HSV(B) 326.2º 0.75% 0.83% -
XYZ 33.02 18.35 27.39 -
YUV 110.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 211 53 142 0 0.75 0.33 0.17 326.2 0.64 0.52
Hex D3 35 8E 0 4B 21 11 146 40 34
Octal 323 65 216 0 113 41 21 506 100 64
Binary 11010011 110101 10001110 0 1001011 100001 10001 101000110 1000000 110100

Color Harmonies of #D3358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3358E

Black with #D3358E

Text Example


Text Example

White with #D3358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3358E; }

 p { color: rgb(211,53,142); }

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

background-color css

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

 a { background-color: rgb(211,53,142); }

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

border-color css

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

 span { border-color: rgb(211,53,142); }

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