Html Css Color HEX #D3307A Deep Cerise

📋 copy color: '#D3307A'

red 211 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #D3307A

Tints of Deep Cerise #D3307A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.6%

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

R = 55.38%
G = 12.6%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3307A (or 0xD3307A) is known color: Deep Cerise. HEX triplet: D3, 30 and 7A. RGB value is (211,48,122). Sum of RGB (Red+Green+Blue) = 211+48+122=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D3307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3307A is #2CCF85. Grayscale: #696969. Windows color (decimal): -2936710 or 8007891. OLE color: 8007891.

HSL color Cylindrical-coordinate representation of color #D3307A: hue angle of 332.76º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3307A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 122 -
CMYK 0 0.77 0.42 0.17
HSL 332.76º 0.65% 0.51% -
HSV(B) 332.76º 0.77% 0.83% -
XYZ 31.43 17.37 20.11 -
YUV 105.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 211 48 122 0 0.77 0.42 0.17 332.76 0.65 0.51
Hex D3 30 7A 0 4D 2A 11 14D 41 33
Octal 323 60 172 0 115 52 21 515 101 63
Binary 11010011 110000 1111010 0 1001101 101010 10001 101001101 1000001 110011

Color Harmonies of #D3307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3307A

Black with #D3307A

Text Example


Text Example

White with #D3307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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