Html Css Color HEX #D3358B Deep Cerise

📋 copy color: '#D3358B'

red 211 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #D3358B

Tints of Deep Cerise #D3358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 52.36%
G = 13.15%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3358B (or 0xD3358B) is known color: Deep Cerise. HEX triplet: D3, 35 and 8B. RGB value is (211,53,139). Sum of RGB (Red+Green+Blue) = 211+53+139=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3358B is #2CCA74. Grayscale: #6D6D6D. Windows color (decimal): -2935413 or 9123283. OLE color: 9123283.

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

Color convert

RGB 211 53 139 -
CMYK 0 0.75 0.34 0.17
HSL 327.34º 0.64% 0.52% -
HSV(B) 327.34º 0.75% 0.83% -
XYZ 32.8 18.26 26.22 -
YUV 110.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 211 53 139 0 0.75 0.34 0.17 327.34 0.64 0.52
Hex D3 35 8B 0 4B 22 11 147 40 34
Octal 323 65 213 0 113 42 21 507 100 64
Binary 11010011 110101 10001011 0 1001011 100010 10001 101000111 1000000 110100

Color Harmonies of #D3358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3358B

Black with #D3358B

Text Example


Text Example

White with #D3358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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