Html Css Color HEX #D3347A Deep Cerise

📋 copy color: '#D3347A'

red 211 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #D3347A

Tints of Deep Cerise #D3347A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 54.81%
G = 13.51%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3347A (or 0xD3347A) is known color: Deep Cerise. HEX triplet: D3, 34 and 7A. RGB value is (211,52,122). Sum of RGB (Red+Green+Blue) = 211+52+122=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3347A is #2CCB85. Grayscale: #6B6B6B. Windows color (decimal): -2935686 or 8008915. OLE color: 8008915.

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

Color convert

RGB 211 52 122 -
CMYK 0 0.75 0.42 0.17
HSL 333.58º 0.64% 0.52% -
HSV(B) 333.58º 0.75% 0.83% -
XYZ 31.6 17.71 20.16 -
YUV 107.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 211 52 122 0 0.75 0.42 0.17 333.58 0.64 0.52
Hex D3 34 7A 0 4B 2A 11 14E 40 34
Octal 323 64 172 0 113 52 21 516 100 64
Binary 11010011 110100 1111010 0 1001011 101010 10001 101001110 1000000 110100

Color Harmonies of #D3347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3347A

Black with #D3347A

Text Example


Text Example

White with #D3347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3347A; }

 p { color: rgb(211,52,122); }

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

background-color css

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

 a { background-color: rgb(211,52,122); }

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

border-color css

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

 span { border-color: rgb(211,52,122); }

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