Html Css Color HEX #D3357F Deep Cerise

📋 copy color: '#D3357F'

red 211 ◦ green 53 ◦ blue 127

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

Shades of Deep Cerise #D3357F

Tints of Deep Cerise #D3357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 53.96%
G = 13.55%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3357F (or 0xD3357F) is known color: Deep Cerise. HEX triplet: D3, 35 and 7F. RGB value is (211,53,127). Sum of RGB (Red+Green+Blue) = 211+53+127=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3357F is #2CCA80. Grayscale: #6C6C6C. Windows color (decimal): -2935425 or 8336851. OLE color: 8336851.

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

Color convert

RGB 211 53 127 -
CMYK 0 0.75 0.40 0.17
HSL 331.9º 0.64% 0.52% -
HSV(B) 331.9º 0.75% 0.83% -
XYZ 31.97 17.93 21.85 -
YUV 108.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 211 53 127 0 0.75 0.40 0.17 331.9 0.64 0.52
Hex D3 35 7F 0 4B 28 11 14C 40 34
Octal 323 65 177 0 113 50 21 514 100 64
Binary 11010011 110101 1111111 0 1001011 101000 10001 101001100 1000000 110100

Color Harmonies of #D3357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3357F

Black with #D3357F

Text Example


Text Example

White with #D3357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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